summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-10 14:34:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-10 14:34:34 +0000
commit8b0f241006baa6d171a53dc71c65d39fc55f9745 (patch)
treedece9fe8dd629e26c17dad7b8825a99d6eb18c0b /perl-install
parentf3f7bc1309a5a483fd1450f605430e65d6519c49 (diff)
downloaddrakx-backup-do-not-use-8b0f241006baa6d171a53dc71c65d39fc55f9745.tar
drakx-backup-do-not-use-8b0f241006baa6d171a53dc71c65d39fc55f9745.tar.gz
drakx-backup-do-not-use-8b0f241006baa6d171a53dc71c65d39fc55f9745.tar.bz2
drakx-backup-do-not-use-8b0f241006baa6d171a53dc71c65d39fc55f9745.tar.xz
drakx-backup-do-not-use-8b0f241006baa6d171a53dc71c65d39fc55f9745.zip
fix % in translated string (it must be %%)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 1d2c1cfb3..f0b150142 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -992,7 +992,7 @@ sub setRootPassword {
if ($auth eq N_("Windows Domain")) {
#- maybe we should browse the network like diskdrake --smb and get the 'doze server names in a list
#- but networking isn't setup yet necessarily
- $o->ask_warn('', N("For this to work for a W2K PDC, you will probably need to have the admin run: C:\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /add and reboot the server.\nYou will also need the username/password of a Domain Admin to join the machine to the Windows(TM) domain.\nIf networking is not yet enabled, Drakx will attempt to join the domain after the network setup step.\nShould this setup fail for some reason and domain authentication is not working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) Domain, and Admin Username/Password, after system boot.\nThe command 'wbinfo -t' will test whether your authentication secrets are good."));
+ $o->ask_warn('', N("For this to work for a W2K PDC, you will probably need to have the admin run: C:\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /add and reboot the server.\nYou will also need the username/password of a Domain Admin to join the machine to the Windows(TM) domain.\nIf networking is not yet enabled, Drakx will attempt to join the domain after the network setup step.\nShould this setup fail for some reason and domain authentication is not working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) Domain, and Admin Username/Password, after system boot.\nThe command 'wbinfo -t' will test whether your authentication secrets are good."));
$o->ask_from('',
N("Authentication Windows Domain"),
[ { label => N("Windows Domain"), val => \ ($o->{netc}{WINDOMAIN} ||= $o->{netc}{DOMAINNAME}) },