routeSQL : remove an erroneous message in submit button
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2018 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -577,8 +577,8 @@ echo $content;
|
|||||||
unset ($field);
|
unset ($field);
|
||||||
}
|
}
|
||||||
|
|
||||||
$field = new formfield ("submit", _("Save the zone"));
|
$field = new formfield ("submit", _("Save the datas"));
|
||||||
$field->defaults = _("Save the zone");
|
$field->defaults = _("Save the datas");
|
||||||
$field->type = "submit";
|
$field->type = "submit";
|
||||||
$fields[] = $field;
|
$fields[] = $field;
|
||||||
unset ($field);
|
unset ($field);
|
||||||
|
|||||||
Reference in New Issue
Block a user