From 1b684b35e2f7ef3a4647172286aa2acd86c5916e Mon Sep 17 00:00:00 2001 From: Yaohan Chen Date: Wed, 1 Aug 2007 04:41:34 +0000 Subject: * fixed a typo in a message in shiritori * regenerated messages --- data/rbot/plugins/games/shiritori.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot') diff --git a/data/rbot/plugins/games/shiritori.rb b/data/rbot/plugins/games/shiritori.rb index 250ff838..590e990d 100644 --- a/data/rbot/plugins/games/shiritori.rb +++ b/data/rbot/plugins/games/shiritori.rb @@ -284,7 +284,7 @@ class ShiritoriGame if !@players.include?(speaker) # A new player @players.unshift speaker - m.reply _("Welcome to shiritori, %{speaker}.") % + m.reply _("Welcome to shiritori, %{player}.") % {:player => speaker} end next_player -- cgit v1.2.3