X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=admin%2Fcreate_coy.php;h=72a058b177b194731a20a358c7e5332e1e2eb84f;hb=61ba1cc9406056fdb2c22bd253521fae45e660c0;hp=6ed2c7743429950a4da971a43db48e5ef5946428;hpb=95ea2a03e3ccfa59bacd3d9a47bdf6d64b7d7a60;p=fa-stable.git diff --git a/admin/create_coy.php b/admin/create_coy.php index 6ed2c774..72a058b1 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -42,7 +42,7 @@ function check_data() if ($_POST['name'] == "" || $_POST['host'] == "" || $_POST['dbuser'] == "" || $_POST['dbname'] == "") { - display_error(_("Database setting are not specified.")); + display_error(_("Database settings are not specified.")); return false; }