From 13f487870ad781bc8f149d28fe7a8f8930255b26 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 12 Jun 2008 11:35:28 +0000 Subject: [PATCH] Display warning instead of error, if migrateable menus/devices or services were found. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11297 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/setup/class_setupStep_Migrate.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/setup/class_setupStep_Migrate.inc b/gosa-core/setup/class_setupStep_Migrate.inc index 46f5ca525..728906b01 100644 --- a/gosa-core/setup/class_setupStep_Migrate.inc +++ b/gosa-core/setup/class_setupStep_Migrate.inc @@ -2247,7 +2247,7 @@ class Step_Migrate extends setup_step } $this->checks['old_style_devices']['STATUS'] = FALSE; - $this->checks['old_style_devices']['STATUS_MSG']= _("Failed"); + $this->checks['old_style_devices']['STATUS_MSG']= ""._("Warning").""; $this->checks['old_style_devices']['ERROR_MSG'] = sprintf(_("There are %s devices that need to be migrated."),count($this->device)). ""; @@ -2399,7 +2399,7 @@ class Step_Migrate extends setup_step */ if(count($this->service)){ $this->checks['old_style_services']['STATUS'] = FALSE; - $this->checks['old_style_services']['STATUS_MSG']= _("Failed"); + $this->checks['old_style_services']['STATUS_MSG']= ""._("Warning").""; $this->checks['old_style_services']['ERROR_MSG'] = sprintf(_("There are %s services that need to be migrated."), count($this->service)). -- 2.30.2