From e84ee56a390320ea0e67f973265a40917df81829 Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Sat, 15 Sep 2001 08:45:08 +0000 Subject: fixed missing _() --- perl-install/standalone/draknet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index e38da49d9..c0e8358fd 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -276,7 +276,7 @@ $vbox1->pack_start($bbox0,0,0,0); $bbox0->set_layout(-end); -$bbox0->add(new Gtk::Label("Click here to launch the wizard ->")); +$bbox0->add(new Gtk::Label(_("Click here to launch the wizard ->"))); my $button_wizard = new Gtk::Button _("Configure"); $button_wizard->signal_connect( clicked => sub { $::isWizard = 1; -- cgit v1.2.1