summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-10 15:01:55 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-10 15:01:55 +0000
commit670c4b6b9c726c4be45525a41afe68dcf2241d5b (patch)
treebbc9d660bcf95d1efdb68a71fcec08484b6cdb34
parentcbb3f12c1660d691e45d0f504b0e23e8c709054a (diff)
downloaddrakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.gz
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.bz2
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.xz
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.zip
typo fix (Arys P. Deloso, Michalis Avraam)
-rwxr-xr-xkolab_wizard/Kolab.pm2
-rwxr-xr-xnews_wizard/Inn.pm2
-rw-r--r--pxe_wizard/Pxe.pm4
-rwxr-xr-xweb_wizard/Apache.pm2
4 files changed, 5 insertions, 5 deletions
diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm
index a94dcc30..b66f28c2 100755
--- a/kolab_wizard/Kolab.pm
+++ b/kolab_wizard/Kolab.pm
@@ -86,7 +86,7 @@ $o->{pages} = {
next => 'config',
},
summary => {
- name => N("The wizard will now configure Kolab server with this parameters"),
+ name => N("The wizard will now configure Kolab server with these parameters"),
data => [
{ label => N("Hostname:"), fixed_val => \$o->{var}{HOSTNAME} },
{ label => N("Password:"), fixed_val => \$o->{var}{password} },
diff --git a/news_wizard/Inn.pm b/news_wizard/Inn.pm
index 7c9faf9c..6ad5ec83 100755
--- a/news_wizard/Inn.pm
+++ b/news_wizard/Inn.pm
@@ -57,7 +57,7 @@ $o->{pages} = {
next => 'ask_news_freq'
},
ask_news_freq => {
- name => N("Polling period") . "\n\n" . N("Your server will regularly poll the News server for obtaning the latest Internet News; the polling period set the interval between two consecutive polling.") . "\n\n" . N("Depending on the kind of Internet connection you have, an appropriate polling period can change between 6 and 24 hours."),
+ name => N("Polling period") . "\n\n" . N("Your server will regularly poll the News server to obtain the latest Internet News; the polling period sets the interval between two consecutive attempts.") . "\n\n" . N("Depending on the kind of Internet connection you have, an appropriate polling period can change between 6 and 24 hours."),
pre => sub {
$o->{var}{news_freq} ||= 24;
},
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index a4f1af49..0efab106 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -177,7 +177,7 @@ $o->{pages} = {
next => 'gomodify2',
},
gomodify2 => {
- name => N("Network client interface: the network interface used for the installation process.") . "\n" . N("Ramsize: adjust the ramsize parameter on boot disk.") . "\n" . N("VGA option: if you encounter any problem whith VGA, please adjust. ") . "\n" . N("ACPI option: Advanced Configuration and Power Interface"),
+ name => N("Network client interface: the network interface used for the installation process.") . "\n" . N("Ramsize: adjust the ramsize parameter on boot disk.") . "\n" . N("VGA option: if you encounter any problems with VGA, please adjust. ") . "\n" . N("ACPI option: Advanced Configuration and Power Interface"),
data => [
{ label => N("Network client interface:"), val => \$o->{var}{ETH}, fixed_list => \@list_eth },
{ label => N("Ramsize:"), val => \$o->{var}{RAM}, fixed_list => \@list_ram },
@@ -205,7 +205,7 @@ $o->{pages} = {
},
},
error_imgrdz => {
- name => N("Please provide an all.rdz image, wich contains all drivers. You can find one on the first CD of Mandrakelinux distribution, in /isolinux/alt0/ directory."),
+ name => N("Please provide an all.rdz image, which contains all drivers. You can find one on the first CD of the Mandrakelinux distribution, in the /isolinux/alt0/ directory."),
next => 'addimgrdz',
},
error_path_img => {
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm
index 429ff72f..b889346b 100755
--- a/web_wizard/Apache.pm
+++ b/web_wizard/Apache.pm
@@ -97,7 +97,7 @@ available on your http server via http://www.yourserver.com/~user."), 70)), type
next => 'ask_dir'
},
user_dir => {
- name => N("Type the name of the directory users should create in their homes (whitout ~/) to get it available via http://www.yourserver.com/~user"),
+ name => N("Type the name of the directory users should create in their homes (without ~/) to get it available via http://www.yourserver.com/~user"),
pre => sub { $o->{var}{user_dir} ||= 'public_html' },
data => [
{ label => N("user http sub-directory : ~/"), help => N("Type the name of the directory users should create in their homes (whitout ~/) to get it available via http://www.yourserver.com/~user"), val => \$o->{var}{user_dir} },