summaryrefslogtreecommitdiffstats
path: root/installclasses/custom.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/custom.py
parente6b3465a1ea5e13c6ec149d0ec9547c480478deb (diff)
downloadanaconda-b870ade4a604b2ed1960682f02b4f337b0621541.tar.gz
anaconda-b870ade4a604b2ed1960682f02b4f337b0621541.tar.xz
anaconda-b870ade4a604b2ed1960682f02b4f337b0621541.zip
add descriptions for installclasses
Diffstat (limited to 'installclasses/custom.py')
-rw-r--r--installclasses/custom.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py
index 9ae165dc9..74c2e3ea0 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -9,7 +9,8 @@ from autopart import getAutopartitionBoot, autoCreatePartitionRequests
class InstallClass(BaseInstallClass):
name = N_("Custom")
pixmap = "custom.png"
-
+ description = N_("Use this option to have the most control over "
+ "the software installed and configuration options.")
sortPriority = 10000
def setInstallData(self, id):