diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-10-12 13:37:55 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-10-12 13:37:55 +0000 |
commit | 8a2cfac90d5c49b5956f50525ba3c3c326473737 (patch) | |
tree | c20c14e6f40b9b9b2818996091a8d4c3b37b9799 /perl-install/fs | |
parent | eca50096e1da5a2482163a84a603e2c9eef99479 (diff) | |
download | drakx-8a2cfac90d5c49b5956f50525ba3c3c326473737.tar drakx-8a2cfac90d5c49b5956f50525ba3c3c326473737.tar.gz drakx-8a2cfac90d5c49b5956f50525ba3c3c326473737.tar.bz2 drakx-8a2cfac90d5c49b5956f50525ba3c3c326473737.tar.xz drakx-8a2cfac90d5c49b5956f50525ba3c3c326473737.zip |
partitioning wizard: fix typo in message
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/partitioning_wizard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |