summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-04-02 14:02:23 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-04-02 14:02:23 +0000
commit3d3397d290b531f064dbea6918a5cbcb2274a526 (patch)
tree37f8d7adfc3a861e35283c2cfd2700ba024d077a /perl-install
parent33264d916bcd9cd9cf5f1f4ec4fb16c45e7f7098 (diff)
downloaddrakx-3d3397d290b531f064dbea6918a5cbcb2274a526.tar
drakx-3d3397d290b531f064dbea6918a5cbcb2274a526.tar.gz
drakx-3d3397d290b531f064dbea6918a5cbcb2274a526.tar.bz2
drakx-3d3397d290b531f064dbea6918a5cbcb2274a526.tar.xz
drakx-3d3397d290b531f064dbea6918a5cbcb2274a526.zip
fix pablo patch that broke two translations (reported by Arkadiusz
Lipiec)
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/harddrake24
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index a1ac41496..b1eac128e 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -231,7 +231,7 @@ $tree->get_selection()->signal_connect('changed' => sub {
return 1;
}
}
- $text->get_buffer->set_text(N_("Click on a device in the left tree in order to display its information here."), -1);
+ $text->get_buffer->set_text(N("Click on a device in the left tree in order to display its information here."), -1);
$config_button->hide;
$module_cfg_button->hide;
});
@@ -297,7 +297,7 @@ foreach (@harddrake::data::tree) {
push @data, $_;
push @configurators, $configurator;
}
- $tree->expand_row($tree_model->get_path($parent_iter), 1) unless $title eq N_("Unknown/Others");
+ $tree->expand_row($tree_model->get_path($parent_iter), 1) unless $title eq N("Unknown/Others");
$parent_iter->free;
}