summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-09-26 14:24:16 +0000
committerJeremy Katz <katzj@redhat.com>2007-09-26 14:24:16 +0000
commit2c7e28f8341c47e9805082a5d295c89e8b1222ca (patch)
tree2083e7682ac9870bcd362716e91686cf78d3d904 /livecd.py
parent58168bdc805de602d0c022392330cae0b82afe58 (diff)
downloadanaconda-2c7e28f8341c47e9805082a5d295c89e8b1222ca.tar.gz
anaconda-2c7e28f8341c47e9805082a5d295c89e8b1222ca.tar.xz
anaconda-2c7e28f8341c47e9805082a5d295c89e8b1222ca.zip
(string isn't in the pot file, so not a problem)
2007-09-26 Jeremy Katz <katzj@redhat.com> * livecd.py (LiveCDCopyBackend.doRepoSetup): Fix formatting (#253982)
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/livecd.py b/livecd.py
index 6f93bd789..3e690ce0b 100644
--- a/livecd.py
+++ b/livecd.py
@@ -358,7 +358,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
rc = anaconda.intf.messageWindow(_("Error"),
_("The root filesystem you created is "
"not large enough for this live "
- "image (%.2f MB required.") % ossize,
+ "image (%.2f MB required).") % ossize,
type = "custom",
custom_icon = "error",
custom_buttons=[_("_Back"),