summaryrefslogtreecommitdiffstats
path: root/textw/complete_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-10 21:38:12 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-10 21:38:12 +0000
commit5a121bdca61522d786deb7dab5091e700c9b443d (patch)
tree8eed00bf1a5f7175f65983a301501c6bbb68d0f9 /textw/complete_text.py
parent675c027011966589f8fb3e812070c5536fd57350 (diff)
downloadanaconda-5a121bdca61522d786deb7dab5091e700c9b443d.tar.gz
anaconda-5a121bdca61522d786deb7dab5091e700c9b443d.tar.xz
anaconda-5a121bdca61522d786deb7dab5091e700c9b443d.zip
translation fixes (#109564)
Diffstat (limited to 'textw/complete_text.py')
-rw-r--r--textw/complete_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/complete_text.py b/textw/complete_text.py
index e060e0ce1..bd31f4061 100644
--- a/textw/complete_text.py
+++ b/textw/complete_text.py
@@ -37,7 +37,7 @@ class FinishedWindow:
txt = _("Congratulations, your %s installation is "
"complete.\n\n"
- "%s%s" %(productName, floppystr, bootstr))
+ "%s%s") %(productName, floppystr, bootstr)
foo = _("For information on errata (updates and bug fixes), visit "
"http://www.redhat.com/errata/.\n\n"
"Information on using your "