Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2012-07-15 13:07:43 +0400
committerDenis Fomin <fominde@gmail.com>2012-07-15 13:07:43 +0400
commitdeddcaf1295035932e7f8dfaf18b5a0ca0d36334 (patch)
tree789873a720e27bb6e854abbeda3ff1a4619328d3 /juick/plugin.py
parent2ac0b52ff3fe0fd3e4f9bd023a46dc9f9af5db2e (diff)
[ zAchAry]. Fix typo.
Diffstat (limited to 'juick/plugin.py')
-rw-r--r--juick/plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick/plugin.py b/juick/plugin.py
index 5f2ed88..9129088 100644
--- a/juick/plugin.py
+++ b/juick/plugin.py
@@ -23,8 +23,8 @@ import common.xmpp
class JuickPlugin(GajimPlugin):
@log_calls('JuickPlugin')
def init(self):
- self.description = _('Clickable juick links , juick nics, '
- 'preview juick picturs.\nThe key combination alt + up in the '
+ self.description = _('Clickable Juick links , Juick nicks, '
+ 'preview Juick picturs.\nThe key combination alt + up in the '
'textbox allow insert the number of last message '
'(comment or topic).')
self.config_dialog = JuickPluginConfigDialog(self)