summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-10 18:28:32 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-10 18:28:32 +0000
commitdec9b1165c1ab64f03dd51c683aa839e3ed17c86 (patch)
treed68d2eb03fd85bc6b38edfbbf162101459434882 /perl-install/standalone/harddrake2
parentfc11674fc025bfccbeeff38422e5410208cc0017 (diff)
downloaddrakx-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-xperl-install/standalone/harddrake22
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;