summaryrefslogtreecommitdiffstats
path: root/include/preferences.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-03-14 16:03:19 -0700
committerArun Persaud <arun@nubati.net>2010-03-14 16:03:19 -0700
commit66ddaaf798a7ac2ed368ac19d9f64db3d957f20d (patch)
tree8366fd42adaf94acdb7d99dbcfe5365925e6e585 /include/preferences.php
parent69d701b97474977c4c48367ca6ecfedfb2db0217 (diff)
downloade-DoKo-66ddaaf798a7ac2ed368ac19d9f64db3d957f20d.tar.gz
e-DoKo-66ddaaf798a7ac2ed368ac19d9f64db3d957f20d.tar.bz2
e-DoKo-66ddaaf798a7ac2ed368ac19d9f64db3d957f20d.zip
marked more strings for translation
Diffstat (limited to 'include/preferences.php')
-rw-r--r--include/preferences.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/preferences.php b/include/preferences.php
index b30e7cb..3a841c3 100644
--- a/include/preferences.php
+++ b/include/preferences.php
@@ -332,7 +332,7 @@ echo " <fieldset>\n";
echo ' <legend>'._('Game-related')."</legend>\n";
echo " <table>\n";
-echo ' <tr><td>'._('Vacation:')." </td>\n";
+echo ' <tr><td>'._('Vacation').": </td>\n";
if($PREF['vacation_start'])
$value = substr($PREF['vacation_start'],0,10);
else