From 3d3397d290b531f064dbea6918a5cbcb2274a526 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 2 Apr 2003 14:02:23 +0000 Subject: fix pablo patch that broke two translations (reported by Arkadiusz Lipiec) --- perl-install/standalone/harddrake2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') 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; } -- cgit v1.2.1