From: cajus Date: Tue, 29 May 2007 07:36:11 +0000 (+0000) Subject: Fixed linefeeds X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=594b5e38fc41aa1d7dddcd46dec9693825ee157d;p=gosa.git Fixed linefeeds git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6496 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/locale/de/LC_MESSAGES/messages.mo b/locale/de/LC_MESSAGES/messages.mo index b31060430..35cfffcb2 100644 Binary files a/locale/de/LC_MESSAGES/messages.mo and b/locale/de/LC_MESSAGES/messages.mo differ diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index 2ec63d3bc..911e48552 100644 --- a/setup/class_setupStep_Migrate.inc +++ b/setup/class_setupStep_Migrate.inc @@ -915,7 +915,7 @@ class Step_Migrate extends setup_step } if($only_ldif){ - $this->acl_create_changes = _("Appending user to group administrational group: \n"); + $this->acl_create_changes = _("Appending user to group administrational group:")." \n"; $this->acl_create_changes.= "\n"._("Before").":\n"; $this->acl_create_changes.= $fetched_attrs['dn']."\n"; $this->acl_create_changes.= $this->array_to_ldif($attrs_admin_group)."\n"; @@ -946,7 +946,7 @@ class Step_Migrate extends setup_step $new_group_attrs['memberUid'] = array($object_attrs['uid'][0]); if($only_ldif){ - $this->acl_create_changes = _("Creating new administrational group: \n\n"); + $this->acl_create_changes = _("Creating new administrational group:")." \n\n"; $this->acl_create_changes.= $new_group_dn."\n"; $this->acl_create_changes.= $this->array_to_ldif($new_group_attrs); }else{