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:
2015-03-12 20:04:51 +00:00
parent d097106ad7
commit c1f009107f

View File

@@ -577,8 +577,8 @@ echo $content;
unset ($field);
}
$field = new formfield ("submit", _("Save the zone"));
$field->defaults = _("Save the zone");
$field = new formfield ("submit", _("Save the datas"));
$field->defaults = _("Save the datas");
$field->type = "submit";
$fields[] = $field;
unset ($field);