From 2d8ea1b45ca80e24fd9fb239479cabe71492a1e9 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 13 Feb 2011 09:09:27 +0000 Subject: [PATCH] Typo. --- admin/create_coy.php | 2 +- includes/access_levels.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/create_coy.php b/admin/create_coy.php index 6ed2c77..72a058b 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; } diff --git a/includes/access_levels.inc b/includes/access_levels.inc index 7ea510a..38d78ab 100644 --- a/includes/access_levels.inc +++ b/includes/access_levels.inc @@ -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"), -- 2.30.2