diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-10 18:28:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-10 18:28:32 +0000 |
commit | dec9b1165c1ab64f03dd51c683aa839e3ed17c86 (patch) | |
tree | d68d2eb03fd85bc6b38edfbbf162101459434882 /perl-install/standalone/harddrake2 | |
parent | fc11674fc025bfccbeeff38422e5410208cc0017 (diff) | |
download | drakx-dec9b1165c1ab64f03dd51c683aa839e3ed17c86.tar drakx-dec9b1165c1ab64f03dd51c683aa839e3ed17c86.tar.gz drakx-dec9b1165c1ab64f03dd51c683aa839e3ed17c86.tar.bz2 drakx-dec9b1165c1ab64f03dd51c683aa839e3ed17c86.tar.xz drakx-dec9b1165c1ab64f03dd51c683aa839e3ed17c86.zip |
small english message improvement (mga#456)
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 5628b02e1..43f857996 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -300,7 +300,7 @@ $tree->set_headers_visible(0); sub fill_default_text { my ($text) = @_; - $text->get_buffer->set_text(N("Click on a device in the left tree in order to display its information here.")); + $text->get_buffer->set_text(N("Click on a device in the tree on the left in order to display its information here.")); } my %has_parameter; |