From 38fe66ef163b584656f5728d3db3a2e3ea9fd59d Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 21 Oct 2007 23:25:55 +0000 Subject: [PATCH] azgame: missing closing parenthesis in message --- data/rbot/plugins/games/azgame.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/games/azgame.rb b/data/rbot/plugins/games/azgame.rb index f5e677e9..7a4aa256 100644 --- a/data/rbot/plugins/games/azgame.rb +++ b/data/rbot/plugins/games/azgame.rb @@ -232,7 +232,7 @@ class AzGamePlugin < Plugin else f_tr = @games[k].total_failed if f_tr > 0 - tr_msg = _(" (after %{total_tries} and %{invalid_tries}") % + tr_msg = _(" (after %{total_tries} and %{invalid_tries})") % { :total_tries => n_("%{count} try", "%{count} tries", tr) % {:count => tr}, :invalid_tries => n_("%{count} invalid try", "%{count} invalid tries", tr) % -- 2.39.2