From 8a2cfac90d5c49b5956f50525ba3c3c326473737 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 12 Oct 2009 13:37:55 +0000 Subject: partitioning wizard: fix typo in message --- perl-install/fs/partitioning_wizard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/partitioning_wizard.pm') diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index dca5e12b5..84576ad6f 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -479,7 +479,7 @@ sub main { my $hdchoice = Gtk2::HBox->new(); - my $hdchoicelabel = Gtk2::Label->new(N("Here is the content of you disk drive ")); + my $hdchoicelabel = Gtk2::Label->new(N("Here is the content of your disk drive ")); my $combobox = Gtk2::ComboBox->new_text; foreach (@kinds) { -- cgit v1.2.1