From 5fa4e18eb706ff1322f80abda91ef1d5205d978b Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Sat, 27 Jun 2020 15:08:43 +0400 Subject: [PATCH] Update common_lang.php Changes to British English at @daN4cat request. --- application/language/en-GB/common_lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/language/en-GB/common_lang.php b/application/language/en-GB/common_lang.php index f50bb4bbe..647f9c4bd 100644 --- a/application/language/en-GB/common_lang.php +++ b/application/language/en-GB/common_lang.php @@ -7,6 +7,7 @@ $lang["common_close"] = "Close"; $lang["common_comments"] = "Comments"; $lang["common_common"] = "common"; $lang["common_confirm_search"] = "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?"; +$lang["common_copryrights"] = "© 2010 - %1"; $lang["common_correct_errors"] = "Please correct identified errors before saving"; $lang["common_country"] = "Country"; $lang["common_date"] = "Date"; @@ -63,8 +64,7 @@ $lang["common_submit"] = "Submit"; $lang["common_total_spent"] = "Total Spent"; $lang["common_unknown"] = "Unknown"; $lang["common_view_recent_sales"] = "View Recent Sales"; -$lang["common_website"] = "website"; +$lang["common_website"] = "opensourcepos.org"; $lang["common_welcome"] = "Welcome"; $lang["common_welcome_message"] = "Welcome to OSPOS, click a module below to get started"; -$lang["common_you_are_using_ospos"] = "You are using Open Source Point Of Sale version"; $lang["common_zip"] = "Post Code";