[ zAchAry]. Fix typo.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[info]
|
||||
name: Plugin Installer
|
||||
short_name: plugin_installer
|
||||
version: 0.7
|
||||
version: 0.8
|
||||
description: Install and upgrade plugins from ftp
|
||||
authors: Denis Fomin <fominde@gmail.com>
|
||||
Yann Leboulanger <asterix@lagaule.org>
|
||||
|
||||
@@ -419,7 +419,7 @@ class Ftp(threading.Thread):
|
||||
fract = self.progressbar.get_fraction() + progress_step
|
||||
gobject.idle_add(self.progressbar.set_fraction, fract)
|
||||
gobject.idle_add(self.progressbar.set_text,
|
||||
_('Read "%s"') % dir_)
|
||||
_('Reading "%s"') % dir_)
|
||||
try:
|
||||
self.ftp.retrbinary('RETR %s/manifest.ini' % dir_,
|
||||
self.handleDownload)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[info]
|
||||
name: Plugins translations
|
||||
short_name: plugins_translations
|
||||
version: 0.4
|
||||
description: This plugin contains translations files for Gajim plugins
|
||||
version: 0.5
|
||||
description: This plugin contains translation files for Gajim plugins
|
||||
authors = Denis Fomin <fominde@gmail.com>
|
||||
homepage = http://trac-plugins.gajim.org/wiki/
|
||||
|
||||
@@ -14,7 +14,7 @@ class PluginsTranslationsPlugin(GajimPlugin):
|
||||
|
||||
@log_calls('PluginsTranslationsPlugin')
|
||||
def init(self):
|
||||
self.description = _('This plugin contains translations files '
|
||||
self.description = _('This plugin contains translation files '
|
||||
'for Gajim plugins')
|
||||
self.config_dialog = None
|
||||
self.config_default_values = {'last_version': '0'}
|
||||
|
||||
Reference in New Issue
Block a user