Topic: fix typo in @unlock help.

This commit is contained in:
Valentin Lorentz 2011-07-20 21:28:43 +02:00
parent 91d769fa63
commit c571d0e007
4 changed files with 5 additions and 5 deletions

View File

@ -294,13 +294,13 @@ msgstr "verrouiller le topic"
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
"\n" "\n"
" Unlocks the topic (sets the mode +t) in <channel>. <channel> is only\n" " Unlocks the topic (sets the mode -t) in <channel>. <channel> is only\n"
" necessary if the message isn't sent in the channel itself.\n" " necessary if the message isn't sent in the channel itself.\n"
" " " "
msgstr "" msgstr ""
"[<canal>]\n" "[<canal>]\n"
"\n" "\n"
"Déverrouille le topic (défini le mode +t) sur le <canal>. <canal> n'est nécessaire que si le message n'est pas envoyé sur le canal lui-même." "Déverrouille le topic (défini le mode -t) sur le <canal>. <canal> n'est nécessaire que si le message n'est pas envoyé sur le canal lui-même."
#: plugin.py:496 #: plugin.py:496
msgid "unlock the topic" msgid "unlock the topic"

View File

@ -272,7 +272,7 @@ msgstr ""
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
"\n" "\n"
" Unlocks the topic (sets the mode +t) in <channel>. <channel> is only\n" " Unlocks the topic (sets the mode -t) in <channel>. <channel> is only\n"
" necessary if the message isn't sent in the channel itself.\n" " necessary if the message isn't sent in the channel itself.\n"
" " " "
msgstr "" msgstr ""

View File

@ -485,7 +485,7 @@ class Topic(callbacks.Plugin):
def unlock(self, irc, msg, args, channel): def unlock(self, irc, msg, args, channel):
"""[<channel>] """[<channel>]
Unlocks the topic (sets the mode +t) in <channel>. <channel> is only Unlocks the topic (sets the mode -t) in <channel>. <channel> is only
necessary if the message isn't sent in the channel itself. necessary if the message isn't sent in the channel itself.
""" """
if not self._checkManageCapabilities(irc, msg, channel): if not self._checkManageCapabilities(irc, msg, channel):

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change """stick the various versioning attributes in here, so we only have to change
them once.""" them once."""
version = '0.83.4.1+limnoria (2011-07-19T23:49:34+0200)' version = '0.83.4.1+limnoria (2011-07-20T21:28:43+0200)'