diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2007-08-01 04:41:34 +0000 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2007-08-01 04:41:34 +0000 |
commit | 1b684b35e2f7ef3a4647172286aa2acd86c5916e (patch) | |
tree | 821d37e468faf356cab537f5a39d58f52b09fdd3 /data/rbot/plugins/games | |
parent | fae4baa30e641de3bc345a8eed21489a2f5ef278 (diff) |
* fixed a typo in a message in shiritori
* regenerated messages
Diffstat (limited to 'data/rbot/plugins/games')
-rw-r--r-- | data/rbot/plugins/games/shiritori.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |