From b39db48fc310f862cbc5a591fa83253a8e72738c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 5 Nov 2007 13:34:53 +0000 Subject: (createOrChangeType) this action is only availlable in expert mode thus adding an hint --- perl-install/diskdrake/hd_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 38f9f01c6..b05731967 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -389,7 +389,7 @@ sub createOrChangeType { diskdrake::interactive::Create($in, $hd, $part, $all_hds); } else { return if $fs_type eq $part->{fs_type}; - $in->ask_warn('', isBusy($part) ? N("Use ``Unmount'' first") : N("Use ``%s'' instead", N("Type"))); + $in->ask_warn('', isBusy($part) ? N("Use ``Unmount'' first") : N("Use ``%s'' instead (in expert mode)", N("Type"))); } } -- cgit v1.2.1