diff options
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r-- | perl-install/install_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |