summaryrefslogtreecommitdiffstats
path: root/iw/installpath_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-02-07 00:18:11 +0000
committerJeremy Katz <katzj@redhat.com>2003-02-07 00:18:11 +0000
commitb30ab01d7d28cb607bcf5bcc20a4217f9f4adce0 (patch)
tree780a1f866d9e86150a898458fdbec2f77495b38f /iw/installpath_gui.py
parent8caf82935551746a2316d2ece0de338c2d2777b2 (diff)
downloadanaconda-b30ab01d7d28cb607bcf5bcc20a4217f9f4adce0.tar.gz
anaconda-b30ab01d7d28cb607bcf5bcc20a4217f9f4adce0.tar.xz
anaconda-b30ab01d7d28cb607bcf5bcc20a4217f9f4adce0.zip
we need to go ahead and change the labels so that we can do substitutions
(like for Red Hat Linux). this makes everything consistent about when and where we translate (#82725)
Diffstat (limited to 'iw/installpath_gui.py')
-rw-r--r--iw/installpath_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py
index 901faa9c4..914d89d07 100644
--- a/iw/installpath_gui.py
+++ b/iw/installpath_gui.py
@@ -58,7 +58,7 @@ class InstallPathWindow (InstallWindow):
for (name, object, pixmap) in self.installTypes:
descr = object.description
- r.addEntry(name, name, pixmap=self.ics.readPixmap(pixmap),
+ r.addEntry(name, _(name), pixmap=self.ics.readPixmap(pixmap),
descr=_(descr))
return r