[ 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,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>

View File

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