summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-04 16:39:18 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-04 16:39:18 +0000
commitb8e28baa057c474f7b33dd823c7370ad39527fc8 (patch)
tree1245372e439fd9c1bc7b4a1459466e7a4671c691 /iw
parentcf660a83c0728f0babff1cd4b780dab57fa597ec (diff)
downloadanaconda-b8e28baa057c474f7b33dd823c7370ad39527fc8.tar.gz
anaconda-b8e28baa057c474f7b33dd823c7370ad39527fc8.tar.xz
anaconda-b8e28baa057c474f7b33dd823c7370ad39527fc8.zip
2007-01-04 Jeremy Katz <katzj@redhat.com>
* iw/task_gui.py (TaskWindow.getScreen): Translate description (#216067)
Diffstat (limited to 'iw')
-rw-r--r--iw/task_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/task_gui.py b/iw/task_gui.py
index 98a902d9f..715c500ab 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -239,7 +239,7 @@ class TaskWindow(InstallWindow):
lbl = self.xml.get_widget("mainLabel")
if anaconda.id.instClass.description:
- lbl.set_text(anaconda.id.instClass.description)
+ lbl.set_text(_(anaconda.id.instClass.description))
else:
txt = lbl.get_text()
lbl.set_text(txt %(productName,))