summaryrefslogtreecommitdiffstats
path: root/Wiztemplate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Wiztemplate.pm')
-rwxr-xr-xWiztemplate.pm10
1 files changed, 5 insertions, 5 deletions
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
},