From 51553bfbfdff6b5eac3b2e51b1e60ff4af8fa395 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sat, 17 Jan 2004 16:27:34 +0000 Subject: spell checking --- perl-install/diskdrake/hd_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/diskdrake') diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 5342b939b..deb9c09c1 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -190,7 +190,7 @@ sub per_entry_action_box { create_scrolled_window(gtkpack__(Gtk2::VBox->new(0,0), @buttons)))) if @buttons; } else { my $txt = !$::isStandalone && fsedit::is_one_big_fat_or_NT($all_hds->{hds}) ? -N("You have one big MicroSoft Windows partition. +N("You have one big Microsoft Windows partition. I suggest you first resize that partition (click on it, then click on \"Resize\")") : N("Please click on a partition"); gtkpack($box, gtktext_insert(Gtk2::TextView->new, $txt)); -- cgit v1.2.1