summaryrefslogtreecommitdiffstats
path: root/pyanaconda/rescue.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2010-12-15 14:48:05 -0600
committerDavid Lehman <dlehman@redhat.com>2010-12-17 10:26:03 -0600
commit06f0f376e3297eba60e5c2a278eb223a16af305a (patch)
tree4fd59ae040a8b1e49b0ed81d705db839504a9567 /pyanaconda/rescue.py
parent518fb847919d3b4d0ad2e57fb94d889150dd0166 (diff)
downloadanaconda-06f0f376e3297eba60e5c2a278eb223a16af305a.tar.gz
anaconda-06f0f376e3297eba60e5c2a278eb223a16af305a.tar.xz
anaconda-06f0f376e3297eba60e5c2a278eb223a16af305a.zip
Rename anaconda-image-cleanup and use it for all cleanup in liveinst.
New name is anaconda-cleanup.
Diffstat (limited to 'pyanaconda/rescue.py')
-rw-r--r--pyanaconda/rescue.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index ee023a03a..181fe2687 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -223,8 +223,8 @@ def runShell(screen = None, msg=""):
print (msg)
if flags.imageInstall:
- print(_("Run anaconda-image-cleanup to unmount the system "
- "when you are finished."))
+ print(_("Run %s to unmount the system when you are finished.")
+ % ANACONDA_CLEANUP)
else:
print(_("When finished please exit from the shell and your "
"system will reboot."))
@@ -379,8 +379,8 @@ def runRescue(anaconda):
msg = _("The system will reboot automatically when you exit "
"from the shell.")
else:
- msg = _("Run anaconda-image-cleanup to unmount the system "
- "when you are finished.")
+ msg = _("Run %s to unmount the system "
+ "when you are finished.") % ANACONDA_CLEANUP
if rc == -1:
if anaconda.ksdata:
@@ -479,8 +479,8 @@ def runRescue(anaconda):
msg = _("The system will reboot automatically when you "
"exit from the shell.")
else:
- msg = _("Run anaconda-image-cleanup to unmount the system "
- "when you are finished.")
+ msg = _("Run %s to unmount the system "
+ "when you are finished.") % ANACONDA_CLEANUP
ButtonChoiceWindow(screen, _("Rescue"),
_("An error occurred trying to mount some or all of your "