From 3ffbd229ca5630efc1e7949ac84fc46bfe3bfbfa Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 25 Jul 2001 04:30:32 +0000 Subject: rename 'Autopartitioning' 'Autopartition' --- textw/partmethod_text.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'textw/partmethod_text.py') 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 -- cgit