diff --git a/application/language/en/config_lang.php b/application/language/en/config_lang.php index a9561accf..44d55b05f 100644 --- a/application/language/en/config_lang.php +++ b/application/language/en/config_lang.php @@ -123,7 +123,7 @@ $lang["config_gcaptcha_secret_key"] = "reCAPTCHA Secret Key"; $lang["config_gcaptcha_secret_key_required"] = "reCAPTCHA Secret Key is a required field"; $lang["config_gcaptcha_site_key"] = "reCAPTCHA Site Key"; $lang["config_gcaptcha_site_key_required"] = "reCAPTCHA Site Key is a required field"; -$lang["config_gcaptcha_tooltip"] = "Protect the Login page with Google reCAPTCHA"; +$lang["config_gcaptcha_tooltip"] = "Protect the Login page with Google reCAPTCHA, click the icon for an API key pair"; $lang["config_general"] = "General"; $lang["config_general_configuration"] = "General Configuration"; $lang["config_giftcard_number"] = "Gift Card Number"; @@ -161,6 +161,7 @@ $lang["config_mailchimp_configuration"] = "Mailchimp Configuration"; $lang["config_mailchimp_key_successfully"] = "Valid API Key"; $lang["config_mailchimp_key_unsuccessfully"] = "Invalid API Key"; $lang["config_mailchimp_lists"] = "Mailchimp List(s)"; +$lang["config_mailchimp_tooltip"] = "Click the icon for an API key"; $lang["config_message"] = "Message"; $lang["config_message_configuration"] = "Message Configuration"; $lang["config_msg_msg"] = "Saved Text Message"; @@ -223,7 +224,7 @@ $lang["config_sales_invoice_format"] = "Sales Invoice Format"; $lang["config_sales_quote_format"] = "Sales Quote Format"; $lang["config_saved_successfully"] = "Configuration saved successfully"; $lang["config_saved_unsuccessfully"] = "Configuration saved unsuccessfully"; -$lang["config_statistics"] = "Send statistics"; +$lang["config_statistics"] = "Send Statistics"; $lang["config_statistics_tooltip"] = "Send statistics for development and feature improvement purposes"; $lang["config_stock_location"] = "Stock location"; $lang["config_stock_location_duplicate"] = "Please use an unique location name"; diff --git a/application/views/configs/barcode_config.php b/application/views/configs/barcode_config.php index 40a4b6b55..089955e7c 100644 --- a/application/views/configs/barcode_config.php +++ b/application/views/configs/barcode_config.php @@ -91,6 +91,8 @@ 'checked'=>$this->config->item('barcode_content') === "number")); ?> lang->line('config_barcode_number'); ?> +   +