diff options
-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 |