From: cajus Date: Fri, 20 Apr 2007 13:28:51 +0000 (+0000) Subject: Finished layout moving. Closes #41 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1dffd9721c10a6ea2967b0d2aa1538f6bc1c4d8e;p=gosa.git Finished layout moving. Closes #41 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6159 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Finish.inc b/setup/class_setupStep_Finish.inc index 8e23e4437..2b9554cca 100644 --- a/setup/class_setupStep_Finish.inc +++ b/setup/class_setupStep_Finish.inc @@ -97,7 +97,7 @@ class Step_Finish extends setup_step $err_msg= ""; if($exists && $this->is_world_readable(CONFIG_DIR."/".CONFIG_FILE)){ - $err_msg = _("Your configuration file is currently world readable. This is a big security risk. Please updated the file permissions!"); + $err_msg = _("Your configuration file is currently world readable. Please updated the file permissions!"); }elseif(!$exists){ $err_msg = _("The configuration is currently not readable or it does not exists."); }