From 73cf53f8e66442bfbd405e62ca94104b37e9ca35 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 5 Jun 2011 19:58:50 +0200 Subject: [PATCH] Revert "Games: fix typo (die -> dice)" This reverts commit e41dedb1124bba8428cc9ff92c617374cb8c6a5c. --- plugins/Games/locale/fr.po | 2 +- plugins/Games/messages.pot | 2 +- plugins/Games/plugin.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Games/locale/fr.po b/plugins/Games/locale/fr.po index 321c7b552..bdeabee12 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 dice with number of sides times.\n" +" Rolls a die 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 1958f5ff6..3f15674d2 100644 --- a/plugins/Games/messages.pot +++ b/plugins/Games/messages.pot @@ -37,7 +37,7 @@ msgstr "" msgid "" "d\n" "\n" -" Rolls a dice with number of sides times.\n" +" Rolls a die 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 f6b720224..931c79d2d 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 dice with number of sides times. + Rolls a die with number of sides times. For example, 2d6 will roll 2 six-sided dice; 10d10 will roll 10 ten-sided dice. """