summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-07-02 19:05:21 +0000
committerJeremy Katz <katzj@redhat.com>2007-07-02 19:05:21 +0000
commit364ff49c54df8d6a03d6fbee9c656d0062caaea4 (patch)
tree574ba486b153b3c787e06549ab6834e95c233be1 /livecd.py
parent164ed6fae2eab24b0ec3fafbdcfb2ee789994de8 (diff)
downloadanaconda-364ff49c54df8d6a03d6fbee9c656d0062caaea4.tar.gz
anaconda-364ff49c54df8d6a03d6fbee9c656d0062caaea4.tar.xz
anaconda-364ff49c54df8d6a03d6fbee9c656d0062caaea4.zip
2007-07-02 Jeremy Katz <katzj@redhat.com>
* autopart.py: Change references of "Reboot" -> "Exit installer" to make more sense in live install case. * exception.py: Likewise. * fsset.py: Likewise. * gui.py: Likewise. * harddrive.py: Likewise. * image.py: Likewise. * packages.py: Likewise. * upgrade.py: Likewise. * urlinstall: Likewise. * yuminstall.py: Likewise. * livecd.py (LiveCDCopyBackend.doRepoSetup): Add mnemonics
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/livecd.py b/livecd.py
index 410856a96..781f4634d 100644
--- a/livecd.py
+++ b/livecd.py
@@ -352,8 +352,8 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
"not large enough for this live "
"image."), type = "custom",
custom_icon = "error",
- custom_buttons=[_("Back"),
- _("Exit installer")])
+ custom_buttons=[_("_Back"),
+ _("_Exit installer")])
if rc == 0:
return DISPATCH_BACK
else: