summaryrefslogtreecommitdiffstats
path: root/time_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-02-02 13:57:11 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-02-02 13:57:11 +0000
commit634639e0f16208980b5ba9b1d7d3e7ff5d60d4d9 (patch)
treec4d68ac69e864ebe0a9be5c48627281afd3fa25c /time_wizard
parentaa857b98640783587da59fe442ddc22e199b3f8a (diff)
downloaddrakwizard-634639e0f16208980b5ba9b1d7d3e7ff5d60d4d9.tar
drakwizard-634639e0f16208980b5ba9b1d7d3e7ff5d60d4d9.tar.gz
drakwizard-634639e0f16208980b5ba9b1d7d3e7ff5d60d4d9.tar.bz2
drakwizard-634639e0f16208980b5ba9b1d7d3e7ff5d60d4d9.tar.xz
drakwizard-634639e0f16208980b5ba9b1d7d3e7ff5d60d4d9.zip
typo ifx [Michal Bukovjan]
Diffstat (limited to 'time_wizard')
-rw-r--r--time_wizard/Ntp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/time_wizard/Ntp.pm b/time_wizard/Ntp.pm
index 4c45b2cf..4d31f979 100644
--- a/time_wizard/Ntp.pm
+++ b/time_wizard/Ntp.pm
@@ -84,7 +84,7 @@ $o->{pages} = {
next => 'config'
},
config => {
- name => N("Time Servers") . "\n\n" . N("Select a primary and secondary server from the list.") . "\n\n" . N("(we recommand you to use pool.ntp.org twice as this server randomly points to available time servers)"),
+ name => N("Time Servers") . "\n\n" . N("Select a primary and secondary server from the list.") . "\n\n" . N("(we recommend using the server pool.ntp.org twice as this server randomly points to available time servers)"),
pre => sub {
$o->{var}{varserver1} ||= 'pool.ntp.org';
$o->{var}{varserver2} ||= 'pool.ntp.org';