From: hickert Date: Wed, 9 May 2007 13:45:53 +0000 (+0000) Subject: Style fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4f1a93065b3cf9065b836ecb144a69674b18778e;p=gosa.git Style fix git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6321 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index c0a507529..2e8a9d2df 100644 --- a/setup/class_setupStep_Migrate.inc +++ b/setup/class_setupStep_Migrate.inc @@ -801,7 +801,7 @@ class Step_Migrate extends setup_step if($found){ $this->checks['acls']['STATUS'] = TRUE; - $this->checks['acls']['STATUS_MSG']= _("Ok")." "; + $this->checks['acls']['STATUS_MSG']= _("Ok"); $this->checks['acls']['ERROR_MSG'] = ""; }else{ $this->checks['acls']['STATUS'] = FALSE;