summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-12-17 19:58:56 +0000
committerMike Fulbright <msf@redhat.com>2002-12-17 19:58:56 +0000
commitca55bcc3407fc0374f888295b5256960b9e76094 (patch)
treeffaeaf51bfdb26be1260ef092bf9d6b293278949 /iw
parente72b3b5a8cff463badb7048610438bedc6611016 (diff)
downloadanaconda-ca55bcc3407fc0374f888295b5256960b9e76094.tar.gz
anaconda-ca55bcc3407fc0374f888295b5256960b9e76094.tar.xz
anaconda-ca55bcc3407fc0374f888295b5256960b9e76094.zip
tweak upgrade examine text
Diffstat (limited to 'iw')
-rw-r--r--iw/examine_gui.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index 6e827256c..3ff721481 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -55,17 +55,17 @@ class UpgradeExamineWindow (InstallWindow):
def createUpgradeOption(self):
r = pixmapRadioButtonGroup()
- r.addEntry(UPGRADE_STR, N_("Upgrade Existing Installation"),
+ r.addEntry(UPGRADE_STR, N_("Upgrade an existing installation"),
pixmap=self.ics.readPixmap("upgrade.png"),
descr=_("Choose this option if you would like to upgrade your "
"existing Red Hat Linux system. This option will preserve the "
- "data on your driver."))
+ "existing data on your drives."))
- r.addEntry(REINSTALL_STR, N_("Reinstall %s") % (productName,),
+ r.addEntry(REINSTALL_STR, N_("Perform a fresh install of %s") % (productName,),
pixmap=self.ics.readPixmap("install.png"),
- descr=_("Choose this option to reinstall your system. "
- "Depending on how you partition your system your previous data "
- "may or may not be lost."))
+ descr=_("Choose this option to install your system from scratch. "
+ "Depending on how you choose to partition your system the existing data "
+ "on your drives may or may not be preserved."))
return r