summaryrefslogtreecommitdiffstats
path: root/dhcp_wizard
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-09-19 10:33:58 +0000
committerFlorent Villard <warly@mandriva.com>2003-09-19 10:33:58 +0000
commitf0e333ceb7162395e770ffb25c66fc9a9d5739f7 (patch)
tree5b60dbaeb534a5bfe9c96360d3fbb05732ff5c83 /dhcp_wizard
parent63ea5f27cffdec60d3f59d14d762df580440ca06 (diff)
downloaddrakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.gz
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.bz2
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.xz
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.zip
fix typo in .pm
Diffstat (limited to 'dhcp_wizard')
-rwxr-xr-xdhcp_wizard/Dhcp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp_wizard/Dhcp.pm b/dhcp_wizard/Dhcp.pm
index 7bf306c6..b38ba025 100755
--- a/dhcp_wizard/Dhcp.pm
+++ b/dhcp_wizard/Dhcp.pm
@@ -104,7 +104,7 @@ $o->{pages} = {
next => 'end'
},
end => {
- name => N('Congratulations') . "\n\n" . N('The wizard successfully configured the DHCP services of your server.'),
+ name => N('Congratulationss') . "\n\n" . N('The wizard successfully configured the DHCP services of your server.'),
end => 1,
next => 0
},