Revert "Games: fix typo (die -> dice)"

This reverts commit e41dedb112.
This commit is contained in:
Valentin Lorentz 2011-06-05 19:58:50 +02:00
parent 4e96d098a4
commit 73cf53f8e6
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ msgstr "pile"
msgid ""
"<dice>d<sides>\n"
"\n"
" Rolls a dice with <sides> number of sides <dice> times.\n"
" Rolls a die with <sides> number of sides <dice> times.\n"
" For example, 2d6 will roll 2 six-sided dice; 10d10 will roll 10\n"
" ten-sided dice.\n"
" "

View File

@ -37,7 +37,7 @@ msgstr ""
msgid ""
"<dice>d<sides>\n"
"\n"
" Rolls a dice with <sides> number of sides <dice> times.\n"
" Rolls a die with <sides> number of sides <dice> times.\n"
" For example, 2d6 will roll 2 six-sided dice; 10d10 will roll 10\n"
" ten-sided dice.\n"
" "

View File

@ -57,7 +57,7 @@ class Games(callbacks.Plugin):
def dice(self, irc, msg, args, m):
"""<dice>d<sides>
Rolls a dice with <sides> number of sides <dice> times.
Rolls a die with <sides> number of sides <dice> times.
For example, 2d6 will roll 2 six-sided dice; 10d10 will roll 10
ten-sided dice.
"""