]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
azgame: missing closing parenthesis in message
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 21 Oct 2007 23:25:55 +0000 (23:25 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 21 Oct 2007 23:25:55 +0000 (23:25 +0000)
data/rbot/plugins/games/azgame.rb

index f5e677e9ade984669b2c93568a3de46168670e77..7a4aa2560b98c0f4cd45254ad3fb7ded8e74168a 100644 (file)
@@ -232,7 +232,7 @@ class AzGamePlugin < Plugin
     else\r
       f_tr = @games[k].total_failed\r
       if f_tr > 0\r
-        tr_msg = _(" (after %{total_tries} and %{invalid_tries}") %\r
+        tr_msg = _(" (after %{total_tries} and %{invalid_tries})") %\r
            { :total_tries => n_("%{count} try", "%{count} tries", tr) %\r
                              {:count => tr},\r
              :invalid_tries => n_("%{count} invalid try", "%{count} invalid tries", tr) %\r