summaryrefslogtreecommitdiffstats
path: root/installclasses/custom.py
diff options
context:
space:
mode:
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):