mirror of
https://github.com/Pathduck/gallery3.git
synced 2024-10-29 21:07:18 -04:00
Adjust the text of the symlink error message.
This commit is contained in:
parent
7cc37451f4
commit
c3f8b62376
@ -87,7 +87,7 @@ class Admin_Server_Add_Controller extends Admin_Controller {
|
||||
$add_path = $form->group("add_path");
|
||||
$add_path->input("path")->label(t("Path"))->rules("required")
|
||||
->error_messages("not_readable", t("This directory is not readable by the webserver"))
|
||||
->error_messages("is_symlink", t("Path can not be symbolic link"));
|
||||
->error_messages("is_symlink", t("Symbolic links are not allowed"));
|
||||
$add_path->submit("add")->value(t("Add Path"));
|
||||
|
||||
return $form;
|
||||
|
Loading…
Reference in New Issue
Block a user