diff --git a/application/language/en-GB/config_lang.php b/application/language/en-GB/config_lang.php index 95a049254..deada999f 100644 --- a/application/language/en-GB/config_lang.php +++ b/application/language/en-GB/config_lang.php @@ -155,8 +155,8 @@ $lang["config_invoice_email_message"] = "Invoice Email Template"; $lang["config_invoice_enable"] = "Enable Invoicing"; $lang["config_invoice_printer"] = "Invoice Printer"; $lang["config_invoice_type"] = "Invoice Type"; -$lang["config_is_readable"] = "is readable, but the permissions are higher than 660."; -$lang["config_is_writable"] = "is writable, but the permissions are higher than 750."; +$lang["config_is_readable"] = "is readable, but the permissions are incorrectly set. Please set it to 640 or 660 and refresh."; +$lang["config_is_writable"] = "is writable, but the permissions are incorrectly set. Please set it to 750 and refresh."; $lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; $lang["config_language"] = "Language"; $lang["config_last_used_invoice_number"] = "Last used Invoice Number"; @@ -205,7 +205,7 @@ $lang["config_number_locale_tooltip"] = "Find a suitable locale through this lin $lang["config_os_timezone"] = "OSPOS Timezone:"; $lang["config_ospos_info"] = "OSPOS Installation Info"; $lang["config_payment_options_order"] = "Payment Options Order"; -$lang["config_perm_risk"] = "Permissions higher than 750 for write and 660 for read leaves this software at risk."; +$lang["config_perm_risk"] = "Incorrect permissions leaves this software at risk."; $lang["config_phone"] = "Company Phone"; $lang["config_phone_required"] = "Company Phone is a required field"; $lang["config_print_bottom_margin"] = "Margin Bottom";