X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fsetup%2Fclass_setupStep_Finish.inc;h=aecc280c0062c0ffe9450767af7a4d9abbc91321;hb=f4a3408dfc84a64d156f4993fe38da9ff109d9f4;hp=8a0afd56de508274218a30f8caaac852ba7e5e23;hpb=c83030828a4b33bf18cd2e960b9a657aff0f9b44;p=gosa.git diff --git a/gosa-core/setup/class_setupStep_Finish.inc b/gosa-core/setup/class_setupStep_Finish.inc index 8a0afd56d..aecc280c0 100644 --- a/gosa-core/setup/class_setupStep_Finish.inc +++ b/gosa-core/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. Please updated the file permissions!"); + $err_msg = _("Your configuration file is currently world readable. Please update the file permissions!"); }elseif(!$exists){ $err_msg = _("The configuration is currently not readable or it does not exists."); }