diff options
author | Arun Persaud <arun@nubati.net> | 2010-03-14 16:04:13 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-03-14 16:04:13 -0700 |
commit | 10c5ce6fbd07fc37b7606611bc6e49bcabca38a0 (patch) | |
tree | 67cdcff735902063ce606100d00e645ed309c811 /include/functions.php | |
parent | 36702d88963e5646c3e715f72c31ec75f7cb0fcb (diff) | |
parent | ad65decbba0fbc5421a5a6601a1eb002d6a6e3aa (diff) | |
download | e-DoKo-10c5ce6fbd07fc37b7606611bc6e49bcabca38a0.tar.gz e-DoKo-10c5ce6fbd07fc37b7606611bc6e49bcabca38a0.tar.bz2 e-DoKo-10c5ce6fbd07fc37b7606611bc6e49bcabca38a0.zip |
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Diffstat (limited to 'include/functions.php')
-rw-r--r-- | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index a06f3d4..04d1bde 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1103,7 +1103,7 @@ function display_user_menu($id) if($i==0) { echo "<div class=\"usermenu\">\n"; - echo "It's your turn in these games:<br />\n"; + echo _('It\'s your turn in these games').":<br />\n"; } $i++; |