From 82ca7d7196e1ab06c6b71e80645b7d0a85d8df59 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 7 May 2007 12:08:48 +0000 Subject: [PATCH] Fixed typos git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6277 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setupStep_Migrate.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index 7ca78fedd..aef89c338 100644 --- a/setup/class_setupStep_Migrate.inc +++ b/setup/class_setupStep_Migrate.inc @@ -129,7 +129,7 @@ class Step_Migrate extends setup_step $this->checks['deps_visible']['ERROR_MSG'] = ""; $this->check_organizationalUnits(); - $this->checks['users_visible']['TITLE'] = _("Checking for invisible user"); + $this->checks['users_visible']['TITLE'] = _("Checking for invisible users"); $this->checks['users_visible']['STATUS'] = FALSE; $this->checks['users_visible']['STATUS_MSG']= ""; $this->checks['users_visible']['ERROR_MSG'] = ""; @@ -410,7 +410,7 @@ class Step_Migrate extends setup_step $this->checks['outside_users']['STATUS'] = FALSE; $this->checks['outside_users']['STATUS_MSG']= _("Failed"); $this->checks['outside_users']['ERROR_MSG'] = - sprintf(_("Found %s users outside the selected user ou '%s'."),count($this->outside_users),$people_ou); + sprintf(_("Found %s user(s) outside the selected user ou '%s'."),count($this->outside_users),$people_ou); $this->checks['outside_users']['ERROR_MSG'].= ""; return(false); }else{ @@ -543,8 +543,8 @@ class Step_Migrate extends setup_step $this->checks['users_visible']['ERROR_MSG'] = ""; }else{ $this->checks['users_visible']['STATUS'] = FALSE; - $this->checks['users_visible']['STATUS_MSG']= ""; - $this->checks['users_visible']['ERROR_MSG'] = sprintf(_("Found %s users that will not be visible in GOsa."), + $this->checks['users_visible']['STATUS_MSG']= ""._("Warning").""; + $this->checks['users_visible']['ERROR_MSG'] = sprintf(_("Found %s user(s) that will not be visible in GOsa."), count($this->users_to_migrate)); $this->checks['users_visible']['ERROR_MSG'] .= ""; } -- 2.30.2