diff options
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++; |