diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-05 20:34:08 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-05 20:34:08 +0000 |
commit | 39e1c75a796e22b6fcfd4239ff48e347227b5957 (patch) | |
tree | fe556d9fc3b766ec6c5813d27f5b92281f6ffb77 /installclasses/custom.py | |
parent | c500732f66a52b5a993e0f6789dbad467aadcc47 (diff) | |
download | anaconda-39e1c75a796e22b6fcfd4239ff48e347227b5957.tar.gz anaconda-39e1c75a796e22b6fcfd4239ff48e347227b5957.tar.xz anaconda-39e1c75a796e22b6fcfd4239ff48e347227b5957.zip |
fixup names of install classes
Diffstat (limited to 'installclasses/custom.py')
-rw-r--r-- | installclasses/custom.py | 2 |
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 |