]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
azgame: another missing parenthesis
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 31 Oct 2007 19:15:04 +0000 (19:15 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 31 Oct 2007 19:15:04 +0000 (19:15 +0000)
data/rbot/plugins/games/azgame.rb

index 775214509da8ff364afe05c5eff22a64ee88b3bb..f84fa159d9f6a10a93965f1f0830aed1e2921f83 100644 (file)
@@ -243,7 +243,7 @@ class AzGamePlugin < Plugin
              :invalid_tries => n_("%{count} invalid try", "%{count} invalid tries", tr) %\r
                                {:count => f_tr} }\r
       else\r
-        tr_msg = _(" (after %{total_tries}") %\r
+        tr_msg = _(" (after %{total_tries})") %\r
                  { :total_tries => n_("%{count} try", "%{count} tries", tr) %\r
                              {:count => tr}}\r
       end\r