diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-21 12:29:06 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-21 12:29:06 +0000 |
commit | 424f21c103811b61abfb7475f201d8fc98f4def3 (patch) | |
tree | 9e5a7576b11d952746e60be76a6ae288acab8341 /perl-install/standalone/drakfont | |
parent | ac667d819bf1f91fd4190d2f3aac2a91f07723f5 (diff) | |
download | drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar.gz drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar.bz2 drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar.xz drakx-424f21c103811b61abfb7475f201d8fc98f4def3.zip |
English proofreading (first pass)
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-x | perl-install/standalone/drakfont | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 8d30993ae..aefdfc10b 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -1138,7 +1138,7 @@ sub import_status { { col_spacings => 10, row_spacings => 50 }, [ "", "" ], [ - N("Initials tests"), $pbar, $pbar->{label} = new Gtk2::Label(' ') + N("Initial tests"), $pbar, $pbar->{label} = new Gtk2::Label(' ') ], [ N("Copy fonts on your system"), $pbar1, @@ -1171,7 +1171,7 @@ sub import_status_uninstall { [ "", "" ], [ "", "" ], [ - N("Initials tests"), $pbar, $pbar->{label} = new Gtk2::Label(' ') + N("Initial tests"), $pbar, $pbar->{label} = new Gtk2::Label(' ') ], [ N("Remove fonts on your system"), $pbar1, |