diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-19 04:56:13 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-19 04:56:13 +0000 |
commit | dfd20530f2c0337ebde99c8e36a792bb76d2d230 (patch) | |
tree | 623cd6295c5bd962e5b8270f007e41582b571497 | |
parent | 9c290c1b271f0a67db22131a4cd06024c2aca736 (diff) | |
download | anaconda-dfd20530f2c0337ebde99c8e36a792bb76d2d230.tar.gz anaconda-dfd20530f2c0337ebde99c8e36a792bb76d2d230.tar.xz anaconda-dfd20530f2c0337ebde99c8e36a792bb76d2d230.zip |
tweak descriptions
-rw-r--r-- | installclasses/workstation.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/installclasses/workstation.py b/installclasses/workstation.py index 8f51d318d..c44c63591 100644 --- a/installclasses/workstation.py +++ b/installclasses/workstation.py @@ -7,9 +7,7 @@ class InstallClass(personal_desktop.InstallClass): pixmap = "workstation.png" description = N_("This option installs a graphical desktop " "environment with tools for software " - "development and system adminstration." - "A good choice for programmers and system administrators.") - + "development and system adminstration. ") sortPriority = 2 |