From 4d2440b798773b0e26a1434308d2f45061ecdbc2 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 12 Jan 2013 17:12:20 -0800 Subject: TRANSLATION: marked more messages for translation --- include/functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index d7ecb10..7888a76 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1207,15 +1207,15 @@ function display_single_user($r,$start=0) switch($wins) { case 0: - echo "#tricks 0"; break; + echo _('#tricks 0'); break; case 1: - echo "#tricks 1"; break; + echo _('#tricks 1'); break; case 2: case 3: case 4: - echo "#tricks few"; break; + echo _('#tricks few'); break; default: - echo "#tricks many"; break; + echo _('#tricks many'); break; } echo "\n"; echo " \n"; -- cgit v1.2.3-18-g5258