summaryrefslogtreecommitdiffstats
path: root/iw/progress_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-18 14:35:15 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-18 14:35:15 +0000
commit4095a6f54327acedf5925334a1fa33107489909b (patch)
tree43c1704f2eabe2415b3b9ec7a4bf246976b53fec /iw/progress_gui.py
parent04e45fcaf287615999725e85e32a385ba5f29e16 (diff)
downloadanaconda-4095a6f54327acedf5925334a1fa33107489909b.tar.gz
anaconda-4095a6f54327acedf5925334a1fa33107489909b.tar.xz
anaconda-4095a6f54327acedf5925334a1fa33107489909b.zip
2005-04-18 Jeremy Katz <katzj@redhat.com>
* iw/progress_gui.py (InstallProgressWindow_NEW.setPackageStatus): Mark Downloading for translation properly (#155214)
Diffstat (limited to 'iw/progress_gui.py')
-rw-r--r--iw/progress_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/progress_gui.py b/iw/progress_gui.py
index dad3a0846..cc495e048 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -180,7 +180,7 @@ class InstallProgressWindow_NEW (InstallWindow):
return
if state == "downloading":
- msgstr = N_("Downloading %s") % (amount,)
+ msgstr = _("Downloading %s") % (amount,)
else:
msgstr = state
self.pkgstatus.set_text(msgstr)