summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index ab8f297a9..dfd12ac02 100644
--- a/text.py
+++ b/text.py
@@ -411,7 +411,7 @@ class UpgradeExamineWindow:
# upgradeonly mode, so don't display this window either
if not todo.instClass.skipStep('confirm-upgrade'):
rc = ButtonChoiceWindow (screen, _("Upgrade Partition"),
- _("Going to upgrade partition /dev/") + drive,
+ _("The Red Hat Linux OS installed on partition /dev/%s will now be upgraded.") + drive,
buttons = [ _("Ok"), _("Back") ])
if rc == string.lower (_("Back")):
return INSTALL_BACK