Typo.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 13 Feb 2011 09:09:27 +0000 (09:09 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 13 Feb 2011 09:09:27 +0000 (09:09 +0000)
admin/create_coy.php
includes/access_levels.inc

index 6ed2c7743429950a4da971a43db48e5ef5946428..72a058b177b194731a20a358c7e5332e1e2eb84f 100644 (file)
@@ -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;
        }
 
index 7ea510a621a827188c51a1e568ce9e5c792d19bb..38d78abf6c755457f2fa19ffcb444882f24534d5 100644 (file)
@@ -66,7 +66,7 @@ $security_sections = array(
  SS_ITEMS => _("Inventory operations"),
  SS_ITEMS_A => _("Inventory analytics"),
  SS_MANUF_C => _("Manufacturing configuration"),
- SS_MANUF => _("Manufacturing transations"),
+ SS_MANUF => _("Manufacturing transactions"),
  SS_MANUF_A => _("Manufacturing analytics"),
  SS_DIM_C => _("Dimensions configuration"),
  SS_DIM => _("Dimensions"),