From a8d7edbb466a354b76e639efa1ab515a2345c505 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 30 Nov 2005 15:22:38 +0000 Subject: typo fix --- perl-install/diskdrake/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/diskdrake/interactive.pm') diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index 1dd58bd20..934cfa561 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -289,7 +289,7 @@ sub Done { update_bootloader_for_renumbered_partitions($in, $all_hds); if (any { $_->{rebootNeeded} } @{$all_hds->{hds}}) { - $in->ask_warn(N("Partitionning"), N("You need to reboot for the partition table modifications to take place"), icon => 'banner-part'); + $in->ask_warn(N("Partitioning"), N("You need to reboot for the partition table modifications to take place"), icon => 'banner-part'); tell_wm_and_reboot(); } } -- cgit v1.2.1