diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-11-10 21:38:12 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-11-10 21:38:12 +0000 |
commit | 5a121bdca61522d786deb7dab5091e700c9b443d (patch) | |
tree | 8eed00bf1a5f7175f65983a301501c6bbb68d0f9 /textw | |
parent | 675c027011966589f8fb3e812070c5536fd57350 (diff) | |
download | anaconda-5a121bdca61522d786deb7dab5091e700c9b443d.tar.gz anaconda-5a121bdca61522d786deb7dab5091e700c9b443d.tar.xz anaconda-5a121bdca61522d786deb7dab5091e700c9b443d.zip |
translation fixes (#109564)
Diffstat (limited to 'textw')
-rw-r--r-- | textw/complete_text.py | 2 |
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 " |