From 2cedfc9aac164335b7193923bddac9372c31fa3e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 20 Feb 2011 10:23:03 +0100 Subject: [PATCH] Twitter: update two strings, generate the messages.pot, and localize into French --- Twitter/plugin.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Twitter/plugin.py b/Twitter/plugin.py index 59c38d4..4dff663 100644 --- a/Twitter/plugin.py +++ b/Twitter/plugin.py @@ -87,9 +87,8 @@ class Twitter(callbacks.Plugin): """[] [] Replies with the friends (i.e. people who one subscribes to) of the - , as the associated account. is only - needed if you don't run the command in the channel itself. If - is not given, it defaults to the channel's account.""" + . If is not given, it defaults to the 's account. + If is not given, it defaults to the current channel.""" api = self._getApi(channel) if not api._oauth_consumer and user is None: irc.error(_('No account is associated with this channel. Ask ' @@ -117,7 +116,7 @@ class Twitter(callbacks.Plugin): api = self._getApi(channel) if not api._oauth_consumer: irc.error(_('No account is associated with this channel. Ask ' - 'an op, try with another channel.')) + 'an op or try with another channel.')) return api.PostUpdate('[%s] %s' % (user.name, message)) irc.replySuccess()