summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/draknet2
1 files changed, 1 insertions, 1 deletions
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;