summaryrefslogtreecommitdiffstats
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
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/
-rwxr-xr-xclient_wizard/Bind_client.pm2
-rwxr-xr-xdhcp_wizard/Dhcp.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/client_wizard/Bind_client.pm b/client_wizard/Bind_client.pm
index 3a62c027..d6f5649b 100755
--- a/client_wizard/Bind_client.pm
+++ b/client_wizard/Bind_client.pm
@@ -94,7 +94,7 @@ $o->{pages} = {
next => 'end'
},
end => {
- name => N("Congratulationss") . "\n\n" . N("The wizard successfully added the client."),
+ name => N("Congratulations") . "\n\n" . N("The wizard successfully added the client."),
end => 1,
next => 0
},
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
},