From c071c58e980de67f2c4ac7b53cfc9c03c87fd4e8 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Sun, 15 Jul 2012 18:56:13 +0400 Subject: [PATCH] plugin_installer. typo --- plugin_installer/plugin_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_installer/plugin_installer.py b/plugin_installer/plugin_installer.py index 5ba2700..30cac1d 100644 --- a/plugin_installer/plugin_installer.py +++ b/plugin_installer/plugin_installer.py @@ -461,7 +461,7 @@ class Ftp(threading.Thread): def download_plugin(self): gobject.idle_add(self.progressbar.show) self.pulse = gobject.timeout_add(150, self.progressbar_pulse) - gobject.idle_add(self.progressbar.set_text, _('Create a list of files')) + gobject.idle_add(self.progressbar.set_text, _('Creating a list of files')) for remote_dir in self.remote_dirs: def nlstr(dir_, subdir=None):