From f3b6b182aaf8a6a77160f8abd9499d86408dbb1a Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 7 Aug 2011 12:04:31 +0200 Subject: [PATCH] Reply: Fix typo and update l10n-*. Closes GH-125. --- plugins/Reply/locale/fi.po | 2 +- plugins/Reply/locale/fr.po | 2 +- plugins/Reply/locale/hu.po | 2 +- plugins/Reply/locale/it.po | 2 +- plugins/Reply/messages.pot | 2 +- plugins/Reply/plugin.py | 2 +- src/version.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/Reply/locale/fi.po b/plugins/Reply/locale/fi.po index 3b806853e..cc2e771a3 100644 --- a/plugins/Reply/locale/fi.po +++ b/plugins/Reply/locale/fi.po @@ -16,7 +16,7 @@ msgstr "" #: plugin.py:37 msgid "" -"This plugins contains a few commands that construct various types of\n" +"This plugin contains a few commands that construct various types of\n" " replies. Some bot owners would be wise to not load this plugin because it\n" " can be easily abused.\n" " " diff --git a/plugins/Reply/locale/fr.po b/plugins/Reply/locale/fr.po index 4bcc56a98..fb79373b6 100644 --- a/plugins/Reply/locale/fr.po +++ b/plugins/Reply/locale/fr.po @@ -15,7 +15,7 @@ msgstr "" #: plugin.py:37 msgid "" -"This plugins contains a few commands that construct various types of\n" +"This plugin contains a few commands that construct various types of\n" " replies. Some bot owners would be wise to not load this plugin because it\n" " can be easily abused.\n" " " diff --git a/plugins/Reply/locale/hu.po b/plugins/Reply/locale/hu.po index 8c3373349..26c014c1e 100644 --- a/plugins/Reply/locale/hu.po +++ b/plugins/Reply/locale/hu.po @@ -18,7 +18,7 @@ msgstr "" #: plugin.py:37 #, docstring msgid "" -"This plugins contains a few commands that construct various types of\n" +"This plugin contains a few commands that construct various types of\n" " replies. Some bot owners would be wise to not load this plugin because it\n" " can be easily abused.\n" " " diff --git a/plugins/Reply/locale/it.po b/plugins/Reply/locale/it.po index 76906f99c..96d038b11 100644 --- a/plugins/Reply/locale/it.po +++ b/plugins/Reply/locale/it.po @@ -14,7 +14,7 @@ msgstr "" #: plugin.py:37 #, docstring msgid "" -"This plugins contains a few commands that construct various types of\n" +"This plugin contains a few commands that construct various types of\n" " replies. Some bot owners would be wise to not load this plugin because it\n" " can be easily abused.\n" " " diff --git a/plugins/Reply/messages.pot b/plugins/Reply/messages.pot index 29b3d2c2a..7c201b043 100644 --- a/plugins/Reply/messages.pot +++ b/plugins/Reply/messages.pot @@ -18,7 +18,7 @@ msgstr "" #: plugin.py:37 #, docstring msgid "" -"This plugins contains a few commands that construct various types of\n" +"This plugin contains a few commands that construct various types of\n" " replies. Some bot owners would be wise to not load this plugin because it\n" " can be easily abused.\n" " " diff --git a/plugins/Reply/plugin.py b/plugins/Reply/plugin.py index fb4618359..42d35dbef 100644 --- a/plugins/Reply/plugin.py +++ b/plugins/Reply/plugin.py @@ -34,7 +34,7 @@ _ = PluginInternationalization('Reply') class Reply(callbacks.Plugin): - """This plugins contains a few commands that construct various types of + """This plugin contains a few commands that construct various types of replies. Some bot owners would be wise to not load this plugin because it can be easily abused. """ diff --git a/src/version.py b/src/version.py index 86d9e7cd7..445eb7744 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-08-07T12:02:06+0200)' +version = '0.83.4.1+limnoria (2011-08-07T12:04:31+0200)'