From 761507b9f2ff395afb98bbcd71d747d90abbe21b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Nov 2003 12:43:41 +0000 Subject: fix N() encapsuled strings not seen as "to be extracted" strings when generating the pot --- Wiztemplate.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Wiztemplate.pm') diff --git a/Wiztemplate.pm b/Wiztemplate.pm index 67183b9b..0eb01ebc 100755 --- a/Wiztemplate.pm +++ b/Wiztemplate.pm @@ -1,4 +1,4 @@ -#!/usr/bin/perl +c#!/usr/bin/perl # Drakwizard @@ -28,7 +28,7 @@ use MDK::Wizard::IFCFG; my $wiz = new Wizcommon; my $o = { - name => N('configuration wizard'), + name => N("configuration wizard"), var => { ip1 => '', ip2 => '' @@ -57,11 +57,11 @@ $o->{pages} = { next => 'summary' }, warning => { - name => N('Warning.') . "\n\n" . N(''), + name => N("Warning.") . "\n\n" . N(''), next => 'summary' }, error => { - name => N('Error.') . "\n\n" . N(''), + name => N("Error.") . "\n\n" . N(''), next => 'config' }, summary => { @@ -75,7 +75,7 @@ $o->{pages} = { next => 'end' }, end => { - name => N('Congratulations') . "\n\n" . N(''), + name => N("Congratulations") . "\n\n" . N(''), end => 1, next => 0 }, -- cgit v1.2.1