summaryrefslogtreecommitdiffstats
path: root/dhcp_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-14 14:00:21 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-14 14:00:21 +0000
commit3938bbbd98109d8c33a1a1a81391ea83c032fd60 (patch)
tree4c6908ec4bc927b8b2179a8c72007b1b6b38df67 /dhcp_wizard
parentfd20b9e7015e2f0adc9d27f979e82d8821dea87b (diff)
downloaddrakwizard-3938bbbd98109d8c33a1a1a81391ea83c032fd60.tar
drakwizard-3938bbbd98109d8c33a1a1a81391ea83c032fd60.tar.gz
drakwizard-3938bbbd98109d8c33a1a1a81391ea83c032fd60.tar.bz2
drakwizard-3938bbbd98109d8c33a1a1a81391ea83c032fd60.tar.xz
drakwizard-3938bbbd98109d8c33a1a1a81391ea83c032fd60.zip
typo fix: s/Congratulationss/Congratulations/
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 60f293a7..ca5775c5 100755
--- a/dhcp_wizard/Dhcp.pm
+++ b/dhcp_wizard/Dhcp.pm
@@ -107,7 +107,7 @@ $o->{pages} = {
next => 'end'
},
end => {
- name => N("Congratulationss") . "\n\n" . N("The wizard successfully configured the DHCP services of your server."),
+ name => N("Congratulations") . "\n\n" . N("The wizard successfully configured the DHCP services of your server."),
end => 1,
next => 0
},