Code

Fixed linefeeds
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 29 May 2007 07:36:11 +0000 (07:36 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 29 May 2007 07:36:11 +0000 (07:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6496 594d385d-05f5-0310-b6e9-bd551577e9d8

locale/de/LC_MESSAGES/messages.mo
setup/class_setupStep_Migrate.inc

index b31060430a8e03487d5703ef882f2dcfa8e349a0..35cfffcb208f27a0fce7477febe8e6ca1e063de0 100644 (file)
Binary files a/locale/de/LC_MESSAGES/messages.mo and b/locale/de/LC_MESSAGES/messages.mo differ
index 2ec63d3bc6335fda18a2ea4c250ed5f862cd75a7..911e48552002fb452170d2ede333e376e1c202d6 100644 (file)
@@ -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{