diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-10-08 13:49:12 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-10-08 13:49:12 +0200 |
commit | eb0cf8f5b0bb418d94d026dd26ab083cfc2d60ff (patch) | |
tree | befc9edd13cf13dca3e0edaf01eaf5143028744e /pages/wot | |
parent | 8dbed757d01be5e87c1bea960363cd1f4c768338 (diff) | |
download | cacert-devel-eb0cf8f5b0bb418d94d026dd26ab083cfc2d60ff.tar.gz cacert-devel-eb0cf8f5b0bb418d94d026dd26ab083cfc2d60ff.tar.xz cacert-devel-eb0cf8f5b0bb418d94d026dd26ab083cfc2d60ff.zip |
Changes proposed by Uli on https://bugs.cacert.org/view.php?id=855
Diffstat (limited to 'pages/wot')
-rw-r--r-- | pages/wot/6.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php index bc37aa2..f8be9d7 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -29,9 +29,9 @@ if($_SESSION['profile']['ttpadmin'] == 1 && $_SESSION['profile']['board'] == 1) { - $methods = array("Face to Face Meeting", "Trusted 3rd Parties", "Thawte Points Transfer", "Administrative Increase", "CT Magazine - Germany"); + $methods = array("Face to Face Meeting", "Trusted Third Parties", "Thawte Points Transfer", "Administrative Increase", "CT Magazine - Germany"); } else if($_SESSION['profile']['ttpadmin'] == 1) { - $methods = array("Face to Face Meeting", "Trusted 3rd Parties"); + $methods = array("Face to Face Meeting", "Trusted Third Parties"); } $cap = "/cap.php?"; |