summaryrefslogtreecommitdiffstats
path: root/ldap_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-02-13 18:21:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-02-13 18:21:01 +0000
commit23042e45331d38198f8c7b2ac2681653315fad52 (patch)
tree9278e8a76b437e2b8ddc3f2413b2ce013e6e4834 /ldap_wizard
parent3bc10d40acd22d22e578900f5fb957e39b499aeb (diff)
downloaddrakwizard-23042e45331d38198f8c7b2ac2681653315fad52.tar
drakwizard-23042e45331d38198f8c7b2ac2681653315fad52.tar.gz
drakwizard-23042e45331d38198f8c7b2ac2681653315fad52.tar.bz2
drakwizard-23042e45331d38198f8c7b2ac2681653315fad52.tar.xz
drakwizard-23042e45331d38198f8c7b2ac2681653315fad52.zip
merge small hunks of text into understanble strings for translators
Diffstat (limited to 'ldap_wizard')
-rw-r--r--ldap_wizard/ldap.pm11
1 files changed, 10 insertions, 1 deletions
diff --git a/ldap_wizard/ldap.pm b/ldap_wizard/ldap.pm
index 33605884..acaa4942 100644
--- a/ldap_wizard/ldap.pm
+++ b/ldap_wizard/ldap.pm
@@ -96,7 +96,16 @@ $o->{pages} = {
next => 'summaryadd',
},
setldap => {
- name => N("LDAP RootDSE") . "\n\n" . N("example:") . "\n" . N("obelx.nux.com") . "\n\n" . N("will be in ldap config:") . "\n" . N("dc=obelx,dc=nux,dc=com") . "\n\n" . N("RootDN is the manager of your ldap server."),
+ name => N("LDAP RootDSE
+
+example:
+obelx.nux.com
+
+will be in ldap config:
+
+dc=obelx,dc=nux,dc=com
+
+RootDN is the manager of your ldap server."),
data => [
{
label => N("RootDSE"), val => \$o->{var}{rootdse} },