[ zAchAry]. Fix typo.

This commit is contained in:
Denis Fomin
2012-07-15 13:07:43 +04:00
parent 2ac0b52ff3
commit deddcaf129
6 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
[info]
name: Juick
short_name: Juick
version: 0.9
description: Clickable juick links , juick nics, preview juick picturs.
version: 0.9.1
description: Clickable Juick links , Juick nicks, preview Juick picturs.
The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
authors: Denis Fomin <fominde@gmail.com>
evgen <drujebober@gmail.com>

View File

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