diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-01-06 22:17:47 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-01-06 22:17:47 +0100 |
commit | 5804506b06bcbaeab5a0e92c1c9837940f4330e2 (patch) | |
tree | 69e874ca42f143e2f5a6185786f5aba6af61d408 /pages | |
parent | 6a8fbe608357a90ec4b1f7489d95bd651f17a276 (diff) | |
parent | 4a32ecfb7b66b051d3e295683d0b2191fbbe1aa8 (diff) | |
download | cacert-devel-5804506b06bcbaeab5a0e92c1c9837940f4330e2.tar.gz cacert-devel-5804506b06bcbaeab5a0e92c1c9837940f4330e2.tar.xz cacert-devel-5804506b06bcbaeab5a0e92c1c9837940f4330e2.zip |
Merge branch 'bug-1069' into testserver-stable
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/41.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/41.php b/pages/account/41.php index 26ad11c..8e35876 100644 --- a/pages/account/41.php +++ b/pages/account/41.php @@ -25,7 +25,7 @@ require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); <td colspan="2" class="title"><?=_("My Language Settings")?></td> </tr> <tr> - <td class="DataTD"><?=_("My prefered language")?>:</td> + <td class="DataTD"><?=_("My preferred language")?>:</td> <td class="DataTD"><select name="lang"> <? foreach(L10n::$translations as $key => $val) |