summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-07-10 14:43:00 -0400
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2009-07-13 10:39:18 -0400
commit0c951cfba63a967f6b67d9b112bd26fb42a1abe0 (patch)
treeb8cd11bd240574bcc90d081d5ffe9c1a67f56b68 /livecd.py
parent2961ad07899b582f349cf45e318ef7daab3c4f07 (diff)
downloadanaconda-0c951cfba63a967f6b67d9b112bd26fb42a1abe0.tar.gz
anaconda-0c951cfba63a967f6b67d9b112bd26fb42a1abe0.tar.xz
anaconda-0c951cfba63a967f6b67d9b112bd26fb42a1abe0.zip
Edit user-visible dialogs for style.
We have lots of strings that we display to users which are unclear or contain poor usage and grammar. That's bad.
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 900eb8c61..bb3abc793 100644
--- a/livecd.py
+++ b/livecd.py
@@ -220,8 +220,8 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
def _doFilesystemMangling(self, anaconda):
# FIXME: this whole method is a big fucking mess
log.info("doing post-install fs mangling")
- wait = anaconda.intf.waitWindow(_("Doing post-installation"),
- _("Performing post-installation filesystem changes. This may take several minutes..."))
+ wait = anaconda.intf.waitWindow(_("Post-Installation"),
+ _("Performing post-installation filesystem changes. This may take several minutes."))
# resize rootfs first, since it is 100% full due to genMinInstDelta
self._resizeRootfs(anaconda, wait)