From c571d0e0073d54e7c4250de0c19a18513547270e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 20 Jul 2011 21:28:43 +0200 Subject: [PATCH] Topic: fix typo in @unlock help. --- plugins/Topic/locale/fr.po | 4 ++-- plugins/Topic/messages.pot | 2 +- plugins/Topic/plugin.py | 2 +- src/version.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/Topic/locale/fr.po b/plugins/Topic/locale/fr.po index a5d106512..76774869c 100644 --- a/plugins/Topic/locale/fr.po +++ b/plugins/Topic/locale/fr.po @@ -294,13 +294,13 @@ msgstr "verrouiller le topic" msgid "" "[]\n" "\n" -" Unlocks the topic (sets the mode +t) in . is only\n" +" Unlocks the topic (sets the mode -t) in . is only\n" " necessary if the message isn't sent in the channel itself.\n" " " msgstr "" "[]\n" "\n" -"Déverrouille le topic (défini le mode +t) sur le . 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 . n'est nécessaire que si le message n'est pas envoyé sur le canal lui-même." #: plugin.py:496 msgid "unlock the topic" diff --git a/plugins/Topic/messages.pot b/plugins/Topic/messages.pot index b6eb7aa78..b462cfc6f 100644 --- a/plugins/Topic/messages.pot +++ b/plugins/Topic/messages.pot @@ -272,7 +272,7 @@ msgstr "" msgid "" "[]\n" "\n" -" Unlocks the topic (sets the mode +t) in . is only\n" +" Unlocks the topic (sets the mode -t) in . is only\n" " necessary if the message isn't sent in the channel itself.\n" " " msgstr "" diff --git a/plugins/Topic/plugin.py b/plugins/Topic/plugin.py index d3bfa1862..9ed83e2d9 100644 --- a/plugins/Topic/plugin.py +++ b/plugins/Topic/plugin.py @@ -485,7 +485,7 @@ class Topic(callbacks.Plugin): def unlock(self, irc, msg, args, channel): """[] - Unlocks the topic (sets the mode +t) in . is only + Unlocks the topic (sets the mode -t) in . is only necessary if the message isn't sent in the channel itself. """ if not self._checkManageCapabilities(irc, msg, channel): diff --git a/src/version.py b/src/version.py index 4550c59d2..2ad7e5cb7 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-07-19T23:49:34+0200)' +version = '0.83.4.1+limnoria (2011-07-20T21:28:43+0200)'