summaryrefslogtreecommitdiffstats
path: root/textw/task_text.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-08-28 15:26:05 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-08-28 15:26:05 +0000
commit8dfad80272668c861604e3178b5c1277bb2e59d5 (patch)
tree0744bdd193b989d2fce7a961a0b64eb9c2734476 /textw/task_text.py
parent719eb50f5a4c67bdcc9a807edf7fe6659dbb46e0 (diff)
downloadanaconda-8dfad80272668c861604e3178b5c1277bb2e59d5.tar.gz
anaconda-8dfad80272668c861604e3178b5c1277bb2e59d5.tar.xz
anaconda-8dfad80272668c861604e3178b5c1277bb2e59d5.zip
Hell must have frozen over because here I am making an anaconda commit in damn near a month of no anaconda commits from me. Granted, it's a stupid patch, but whatever.
Diffstat (limited to 'textw/task_text.py')
-rw-r--r--textw/task_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/task_text.py b/textw/task_text.py
index d4ada6815..89e583213 100644
--- a/textw/task_text.py
+++ b/textw/task_text.py
@@ -42,7 +42,7 @@ class TaskWindow:
toplevel = GridFormHelp (screen, _("Package selection"),
"tasksel", 1, 5)
- labeltxt = _("The default installation of %s includes a set of software applicable for general internet usage. What additional tasks would you like your system to include support for?") %(productName,)
+ labeltxt = _("The default installation of %s includes a set of software applicable for general internet usage. What additional tasks would you like your system to support?") %(productName,)
toplevel.add (TextboxReflowed(55, labeltxt), 0, 0, (0, 0, 0, 1))
ct = CheckboxTree(height = 4, scroll = (len(tasks) > 4))