summaryrefslogtreecommitdiffstats
path: root/installclasses/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses/custom.py')
-rw-r--r--installclasses/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py
index e19650c0a..5451121b8 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -9,7 +9,7 @@ from partitioning import autoCreatePartitionRequests
# custom installs are easy :-)
class InstallClass(BaseInstallClass):
- name = N_("Custom System")
+ name = N_("Custom")
pixmap = "custom.png"
sortPriority = 10000