From 23042e45331d38198f8c7b2ac2681653315fad52 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Feb 2004 18:21:01 +0000 Subject: merge small hunks of text into understanble strings for translators --- ldap_wizard/ldap.pm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ldap_wizard') 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} }, -- cgit v1.2.1