summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-01-17 16:27:34 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-01-17 16:27:34 +0000
commit51553bfbfdff6b5eac3b2e51b1e60ff4af8fa395 (patch)
tree9895eac7a84b588af26ba51d4d91234f8302bc22 /perl-install/diskdrake
parent2f88c5259b4f2c012fb4e4061c26c9b78ac5f84d (diff)
downloaddrakx-backup-do-not-use-51553bfbfdff6b5eac3b2e51b1e60ff4af8fa395.tar
drakx-backup-do-not-use-51553bfbfdff6b5eac3b2e51b1e60ff4af8fa395.tar.gz
drakx-backup-do-not-use-51553bfbfdff6b5eac3b2e51b1e60ff4af8fa395.tar.bz2
drakx-backup-do-not-use-51553bfbfdff6b5eac3b2e51b1e60ff4af8fa395.tar.xz
drakx-backup-do-not-use-51553bfbfdff6b5eac3b2e51b1e60ff4af8fa395.zip
spell checking
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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));