From: opensides Date: Mon, 28 May 2007 10:24:59 +0000 (+0000) Subject: Correcting some locale errors X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=85608f6e1e4acece64f42d3f9f1e63b77c9e1f72;hp=0b71c1a58fe60b264fea22fe673c1881f8fafa17;p=gosa.git Correcting some locale errors git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6489 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Feedback.inc b/setup/class_setupStep_Feedback.inc index fd6e394c5..c8897a070 100644 --- a/setup/class_setupStep_Feedback.inc +++ b/setup/class_setupStep_Feedback.inc @@ -100,7 +100,7 @@ class Step_Feedback extends setup_step $this->features_used['inventory'] = array("USED" => isset($oc['glpiAccount']) , "NAME" => _("System inventory")); $this->features_used['system'] = array("USED" => FALSE , - "NAME" => _("System-/Configmanagement")); + "NAME" => _("System / Config management")); $this->features_used['addressbook'] = array("USED" => FALSE , "NAME" => _("Addressbook")); } diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index 7204f2b75..2ec63d3bc 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 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";