summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-08-22 15:56:46 +0000
committerMike Fulbright <msf@redhat.com>2003-08-22 15:56:46 +0000
commit189e6a46ae514614409b18e074d0d6a143f89d52 (patch)
tree9fbab45d52d30c9b33222b5eaf631243f1cab70f
parent02f4a834836271916cc6a745d98c1d59d839e3f8 (diff)
downloadanaconda-189e6a46ae514614409b18e074d0d6a143f89d52.tar.gz
anaconda-189e6a46ae514614409b18e074d0d6a143f89d52.tar.xz
anaconda-189e6a46ae514614409b18e074d0d6a143f89d52.zip
this was avoidableanaconda-9.0.5-6.RHEL
-rw-r--r--textw/desktop_choice_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/desktop_choice_text.py b/textw/desktop_choice_text.py
index 510bbb07b..2a5a96140 100644
--- a/textw/desktop_choice_text.py
+++ b/textw/desktop_choice_text.py
@@ -32,7 +32,7 @@ class DesktopChoiceWindow:
"you may customize the selection of software "
"installed if you want.")
- toplevel.add (TextboxReflowed(55, _(labeltxt) % (productName, productName)), 0, 0, (0, 0, 0, 1))
+ toplevel.add (TextboxReflowed(55, _(labeltxt) % (productName,)), 0, 0, (0, 0, 0, 1))
custom = not dispatch.stepInSkipList("package-selection")
customize = Checkbox (_("Customize software selection"), custom)
toplevel.add (customize, 0, 3, (0, 0, 0, 1))