summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-03-28 10:05:41 -0400
committerJeremy Katz <katzj@redhat.com>2008-03-28 10:05:41 -0400
commite5222367f8e8864cae6a6bd9b2366f7f5d21d8d1 (patch)
tree7b1670c43dc4f807532deab2ab3e76b2991d95c4 /packages.py
parent9875d8a9433f9ca00bbf180600d28eeba2f4f5a4 (diff)
downloadanaconda-e5222367f8e8864cae6a6bd9b2366f7f5d21d8d1.tar.gz
anaconda-e5222367f8e8864cae6a6bd9b2366f7f5d21d8d1.tar.xz
anaconda-e5222367f8e8864cae6a6bd9b2366f7f5d21d8d1.zip
Mark for translation based on feedback from translators
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages.py b/packages.py
index 55891f923..c4b22fcd3 100644
--- a/packages.py
+++ b/packages.py
@@ -144,9 +144,9 @@ def turnOnFilesystems(anaconda):
details = open("/tmp/resize.out", "r").read()
else:
details = "%s" %(e,)
- anaconda.intf.detailedMessageWindow("Resizing Failed",
- "There was an error encountered "
- "resizing the device %s." %(dev,),
+ anaconda.intf.detailedMessageWindow(_("Resizing Failed"),
+ _("There was an error encountered "
+ "resizing the device %s.") %(dev,),
details,
type = "custom",
custom_buttons = [_("_Exit installer")])