summaryrefslogtreecommitdiffstats
path: root/installclasses/workstation.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-11 00:57:40 +0000
committerMike Fulbright <msf@redhat.com>2002-07-11 00:57:40 +0000
commitb870ade4a604b2ed1960682f02b4f337b0621541 (patch)
tree8ef8e867edecd57c262abaab8d7ea2bd7e9e8215 /installclasses/workstation.py
parente6b3465a1ea5e13c6ec149d0ec9547c480478deb (diff)
downloadanaconda-b870ade4a604b2ed1960682f02b4f337b0621541.tar.gz
anaconda-b870ade4a604b2ed1960682f02b4f337b0621541.tar.xz
anaconda-b870ade4a604b2ed1960682f02b4f337b0621541.zip
add descriptions for installclasses
Diffstat (limited to 'installclasses/workstation.py')
-rw-r--r--installclasses/workstation.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/installclasses/workstation.py b/installclasses/workstation.py
index 841f551b4..198b485ec 100644
--- a/installclasses/workstation.py
+++ b/installclasses/workstation.py
@@ -9,6 +9,8 @@ from fsset import *
class InstallClass(BaseInstallClass):
name = N_("Workstation")
pixmap = "workstation.png"
+ description = N_("For systems intended for graphical desktop use using "
+ "the GNOME or KDE desktop environments.")
sortPriority = 1