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 ba38b0955..5d01b0329 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -4,7 +4,7 @@ from translate import N_
# custom installs are easy :-)
class InstallClass(BaseInstallClass):
- name = N_("Install Custom System")
+ name = N_("Custom System")
pixmap = "custom.png"
sortPriority = 10000