diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-12 12:08:48 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-12 12:08:48 +0100 |
commit | 4a32ecfb7b66b051d3e295683d0b2191fbbe1aa8 (patch) | |
tree | f62364edbb8f321f4501e37f78f25caa66e703b2 | |
parent | 7baaa9a0ac611329539a43031ca3d0e81bba2b5f (diff) | |
download | cacert-devel-bug-1069.tar.gz cacert-devel-bug-1069.tar.xz cacert-devel-bug-1069.zip |
bug 1069:change typo according to bugbug-1069
-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 d2cfc8c..4ea9b10 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) |