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/install_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_interactive.pm') diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 303788fc4..636c3e667 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -59,7 +59,7 @@ sub partition_with_diskdrake { unless (fs::get::root_(\@fstab)) { $ok = 0; - $o->ask_okcancel(N("Partitionning"), N("You must have a root partition. + $o->ask_okcancel(N("Partitioning"), N("You must have a root partition. For this, create a partition (or click on an existing one). Then choose action ``Mount point'' and set it to `/'"), 1, 'banner-part') or return; } -- cgit v1.2.1