summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index fd1f54155..4a4bec73c 100644
--- a/installclass.py
+++ b/installclass.py
@@ -52,7 +52,7 @@ class BaseInstallClass:
# by default, place this under the "install" category; it gets it's
# own toplevel category otherwise
- parentClass = ( _("Install"), "install.png" )
+ parentClass = ( _("Install on System"), "install.png" )
# we can use a different install data class
installDataClass = InstallData