[ zAchAry]. Fix typo.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Juick
|
name: Juick
|
||||||
short_name: Juick
|
short_name: Juick
|
||||||
version: 0.9
|
version: 0.9.1
|
||||||
description: Clickable juick links , juick nics, preview juick picturs.
|
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).
|
The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
authors: Denis Fomin <fominde@gmail.com>
|
||||||
evgen <drujebober@gmail.com>
|
evgen <drujebober@gmail.com>
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ import common.xmpp
|
|||||||
class JuickPlugin(GajimPlugin):
|
class JuickPlugin(GajimPlugin):
|
||||||
@log_calls('JuickPlugin')
|
@log_calls('JuickPlugin')
|
||||||
def init(self):
|
def init(self):
|
||||||
self.description = _('Clickable juick links , juick nics, '
|
self.description = _('Clickable Juick links , Juick nicks, '
|
||||||
'preview juick picturs.\nThe key combination alt + up in the '
|
'preview Juick picturs.\nThe key combination alt + up in the '
|
||||||
'textbox allow insert the number of last message '
|
'textbox allow insert the number of last message '
|
||||||
'(comment or topic).')
|
'(comment or topic).')
|
||||||
self.config_dialog = JuickPluginConfigDialog(self)
|
self.config_dialog = JuickPluginConfigDialog(self)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Plugin Installer
|
name: Plugin Installer
|
||||||
short_name: plugin_installer
|
short_name: plugin_installer
|
||||||
version: 0.7
|
version: 0.8
|
||||||
description: Install and upgrade plugins from ftp
|
description: Install and upgrade plugins from ftp
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
authors: Denis Fomin <fominde@gmail.com>
|
||||||
Yann Leboulanger <asterix@lagaule.org>
|
Yann Leboulanger <asterix@lagaule.org>
|
||||||
|
|||||||
@@ -419,7 +419,7 @@ class Ftp(threading.Thread):
|
|||||||
fract = self.progressbar.get_fraction() + progress_step
|
fract = self.progressbar.get_fraction() + progress_step
|
||||||
gobject.idle_add(self.progressbar.set_fraction, fract)
|
gobject.idle_add(self.progressbar.set_fraction, fract)
|
||||||
gobject.idle_add(self.progressbar.set_text,
|
gobject.idle_add(self.progressbar.set_text,
|
||||||
_('Read "%s"') % dir_)
|
_('Reading "%s"') % dir_)
|
||||||
try:
|
try:
|
||||||
self.ftp.retrbinary('RETR %s/manifest.ini' % dir_,
|
self.ftp.retrbinary('RETR %s/manifest.ini' % dir_,
|
||||||
self.handleDownload)
|
self.handleDownload)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Plugins translations
|
name: Plugins translations
|
||||||
short_name: plugins_translations
|
short_name: plugins_translations
|
||||||
version: 0.4
|
version: 0.5
|
||||||
description: This plugin contains translations files for Gajim plugins
|
description: This plugin contains translation files for Gajim plugins
|
||||||
authors = Denis Fomin <fominde@gmail.com>
|
authors = Denis Fomin <fominde@gmail.com>
|
||||||
homepage = http://trac-plugins.gajim.org/wiki/
|
homepage = http://trac-plugins.gajim.org/wiki/
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class PluginsTranslationsPlugin(GajimPlugin):
|
|||||||
|
|
||||||
@log_calls('PluginsTranslationsPlugin')
|
@log_calls('PluginsTranslationsPlugin')
|
||||||
def init(self):
|
def init(self):
|
||||||
self.description = _('This plugin contains translations files '
|
self.description = _('This plugin contains translation files '
|
||||||
'for Gajim plugins')
|
'for Gajim plugins')
|
||||||
self.config_dialog = None
|
self.config_dialog = None
|
||||||
self.config_default_values = {'last_version': '0'}
|
self.config_default_values = {'last_version': '0'}
|
||||||
|
|||||||
Reference in New Issue
Block a user