summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-05 20:34:08 +0000
committerMike Fulbright <msf@redhat.com>2001-07-05 20:34:08 +0000
commit39e1c75a796e22b6fcfd4239ff48e347227b5957 (patch)
treefe556d9fc3b766ec6c5813d27f5b92281f6ffb77 /installclasses
parentc500732f66a52b5a993e0f6789dbad467aadcc47 (diff)
downloadanaconda-39e1c75a796e22b6fcfd4239ff48e347227b5957.tar.gz
anaconda-39e1c75a796e22b6fcfd4239ff48e347227b5957.tar.xz
anaconda-39e1c75a796e22b6fcfd4239ff48e347227b5957.zip
fixup names of install classes
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/custom.py2
-rw-r--r--installclasses/server.py2
2 files changed, 2 insertions, 2 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
diff --git a/installclasses/server.py b/installclasses/server.py
index 7f58f2e36..23b2be85f 100644
--- a/installclasses/server.py
+++ b/installclasses/server.py
@@ -9,7 +9,7 @@ from autopart import CLEARPART_TYPE_NONE
class InstallClass(BaseInstallClass):
- name = N_("Server System")
+ name = N_("Server")
pixmap = "server.png"
sortPriority = 10