summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-03-28 05:55:04 +0000
committerMatt Wilson <msw@redhat.com>2001-03-28 05:55:04 +0000
commit33fb617f613dddda91b30545559f131c5c765f86 (patch)
tree32394dfe7a2472d77aee132eaec0dfcc7deeed8d /textw/upgrade_text.py
parentab9c0eba39c1c0a4a62e05942ffc8e9dd10408d8 (diff)
downloadanaconda-33fb617f613dddda91b30545559f131c5c765f86.tar.gz
anaconda-33fb617f613dddda91b30545559f131c5c765f86.tar.xz
anaconda-33fb617f613dddda91b30545559f131c5c765f86.zip
properly i18n (#33468)
Diffstat (limited to 'textw/upgrade_text.py')
-rw-r--r--textw/upgrade_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 930e290e0..bdbe01670 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -186,7 +186,7 @@ class UpgradeExamineWindow:
# upgradeonly mode, so don't display this window either
if not todo.instClass.skipStep('confirm-upgrade'):
rc = ButtonChoiceWindow (screen, _("Upgrade Partition"),
- _("Upgrading the Red Hat Linux installation on partition /dev/") + drive,
+ _("Upgrading the Red Hat Linux installation on partition /dev/%s") % (drive,),
buttons = [ _("Ok"), _("Back") ])
if rc == string.lower (_("Back")):
return INSTALL_BACK