diff --git a/plugins/Games/locale/fr.po b/plugins/Games/locale/fr.po index bdeabee12..321c7b552 100644 --- a/plugins/Games/locale/fr.po +++ b/plugins/Games/locale/fr.po @@ -40,7 +40,7 @@ msgstr "pile" msgid "" "d\n" "\n" -" Rolls a die with number of sides times.\n" +" Rolls a dice with number of sides times.\n" " For example, 2d6 will roll 2 six-sided dice; 10d10 will roll 10\n" " ten-sided dice.\n" " " diff --git a/plugins/Games/messages.pot b/plugins/Games/messages.pot index 3f15674d2..1958f5ff6 100644 --- a/plugins/Games/messages.pot +++ b/plugins/Games/messages.pot @@ -37,7 +37,7 @@ msgstr "" msgid "" "d\n" "\n" -" Rolls a die with number of sides times.\n" +" Rolls a dice with number of sides times.\n" " For example, 2d6 will roll 2 six-sided dice; 10d10 will roll 10\n" " ten-sided dice.\n" " " diff --git a/plugins/Games/plugin.py b/plugins/Games/plugin.py index 931c79d2d..f6b720224 100644 --- a/plugins/Games/plugin.py +++ b/plugins/Games/plugin.py @@ -57,7 +57,7 @@ class Games(callbacks.Plugin): def dice(self, irc, msg, args, m): """d - Rolls a die with number of sides times. + Rolls a dice with number of sides times. For example, 2d6 will roll 2 six-sided dice; 10d10 will roll 10 ten-sided dice. """