diff options
author | Arun Persaud <arun@nubati.net> | 2013-01-12 21:16:47 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2013-01-12 21:16:47 -0800 |
commit | af439169000d0c1f9a430cc67635c6d0479e452a (patch) | |
tree | f48aeadacbbd7cfcc2cd009fdf305b5089913689 /include | |
parent | 10e4eaad432675c8f7501656607ad61fa981ecd2 (diff) | |
download | e-DoKo-af439169000d0c1f9a430cc67635c6d0479e452a.tar.gz e-DoKo-af439169000d0c1f9a430cc67635c6d0479e452a.tar.bz2 e-DoKo-af439169000d0c1f9a430cc67635c6d0479e452a.zip |
TRANSLATION: updated some strings
Diffstat (limited to 'include')
-rw-r--r-- | include/preferences.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/preferences.php b/include/preferences.php index 990626a..0089c43 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -341,7 +341,7 @@ $timezone = DB_get_user_timezone($myid); echo "<div class=\"user\">\n"; echo " <form action=\"index.php?action=prefs\" method=\"post\">\n"; -echo ' <h2>'._('Your settings are')."</h2>\n"; +echo ' <h2>'._('Your settings')."</h2>\n"; echo " <fieldset>\n"; echo ' <legend>'._('Game-related')."</legend>\n"; echo " <table>\n"; |