diff options
| author | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-27 00:30:46 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-27 00:30:46 +0200 |
| commit | cf3decd2e830b53569e8dd9c12c2469914eb9b21 (patch) | |
| tree | 033fe3b9ccfe9ead34caebe9226646917a04de94 /UpdateManager/GtkProgress.py | |
| parent | 84593d761ff3e297753111923e621dfaf9c9ff77 (diff) | |
| download | python-apt-cf3decd2e830b53569e8dd9c12c2469914eb9b21.tar.gz | |
* Make some strings translatable - seems that gettext doesn't like being
part of string addition. the other one was my fault and not the one
of gettext. fix #62519 and #62458
* Fix the imports and calls of human_size
Diffstat (limited to 'UpdateManager/GtkProgress.py')
| -rw-r--r-- | UpdateManager/GtkProgress.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/GtkProgress.py b/UpdateManager/GtkProgress.py index cdc761fc..cb635e87 100644 --- a/UpdateManager/GtkProgress.py +++ b/UpdateManager/GtkProgress.py @@ -25,7 +25,7 @@ import gtk import apt import apt_pkg from gettext import gettext as _ -from common.utils import * +from Common.utils import * # intervals of the start up progress # 3x caching and menu creation |
