Reply: Fix typo and update l10n-*. Closes GH-125.

This commit is contained in:
Valentin Lorentz 2011-08-07 12:04:31 +02:00
parent 52e0bc5ac0
commit f3b6b182aa
7 changed files with 7 additions and 7 deletions

View File

@ -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"
" "

View File

@ -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"
" "

View File

@ -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"
" "

View File

@ -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"
" "

View File

@ -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"
" "

View File

@ -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.
"""

View File

@ -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)'