diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-25 04:30:32 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-25 04:30:32 +0000 |
commit | 3ffbd229ca5630efc1e7949ac84fc46bfe3bfbfa (patch) | |
tree | d28f41acc49642a29fe7ac03f7a71c9c3c948a64 /textw/partmethod_text.py | |
parent | 900bc00639ff00a55c8302ad12eb99293bee3b77 (diff) | |
download | anaconda-3ffbd229ca5630efc1e7949ac84fc46bfe3bfbfa.tar.gz anaconda-3ffbd229ca5630efc1e7949ac84fc46bfe3bfbfa.tar.xz anaconda-3ffbd229ca5630efc1e7949ac84fc46bfe3bfbfa.zip |
rename 'Autopartitioning' 'Autopartition'
Diffstat (limited to 'textw/partmethod_text.py')
-rw-r--r-- | textw/partmethod_text.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textw/partmethod_text.py b/textw/partmethod_text.py index bfeb226f4..08eb4a174 100644 --- a/textw/partmethod_text.py +++ b/textw/partmethod_text.py @@ -23,9 +23,10 @@ class PartitionMethod: def __call__(self, screen, partitions, instclass): rc = ButtonChoiceWindow(screen, _("Disk Partitioning Setup"), PARTMETHOD_TYPE_DESCR_TEXT, - [ (_("Autopartitioning"), "auto"), (_("Disk Druid"), "ds"), - (_("fdisk"), "fd"), TEXT_BACK_BUTTON ], - width = 50, help = "parttool") + [ (_("Autopartition"), "auto"), + (_("Disk Druid"), "ds"), + (_("fdisk"), "fd"), TEXT_BACK_BUTTON ], + width = 50, help = "parttool") if rc == TEXT_BACK_CHECK: return INSTALL_BACK |