From ba2e274cb0ad0296a037d7bb33922d91f802e5fd Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Wed, 6 Sep 2017 10:07:02 +0400 Subject: [PATCH] #1546 Updates --- application/language/en-US/giftcards_lang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/language/en-US/giftcards_lang.php b/application/language/en-US/giftcards_lang.php index bdc6656fa..08cbe7702 100644 --- a/application/language/en-US/giftcards_lang.php +++ b/application/language/en-US/giftcards_lang.php @@ -4,13 +4,13 @@ $lang["giftcards_add_minus"] = "Inventory to add/subtract"; $lang["giftcards_allow_alt_description"] = "Allow Alt Description"; $lang["giftcards_amazon"] = "Amazon"; $lang["giftcards_bulk_edit"] = "Bulk Edit"; -$lang["giftcards_cannot_be_deleted"] = "Could not deleted selected giftcards, one or more of the selected giftcards has sales."; -$lang["giftcards_cannot_find_giftcard"] = "Cannot find any information about giftcard"; -$lang["giftcards_cannot_use"] = "Giftcard %1 cannot be used for this sale. Invalid Customer!"; +$lang["giftcards_cannot_be_deleted"] = "Could not deleted selected gift cards, one or more of the selected giftcards has sales."; +$lang["giftcards_cannot_find_giftcard"] = "Can not find any information about Gift Card"; +$lang["giftcards_cannot_use"] = "Gift Card %1 cannot be used for this sale. Invalid Customer."; $lang["giftcards_card_value"] = "Value"; $lang["giftcards_category"] = "Category"; -$lang["giftcards_change_all_to_allow_alt_desc"] = "Allow Alt Desc For All"; -$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Not Allow Alt Desc For All"; +$lang["giftcards_change_all_to_allow_alt_desc"] = "Allow Alternate Description for all."; +$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Do not Allow Alter Desc For all."; $lang["giftcards_change_all_to_serialized"] = "Change All To Serialized"; $lang["giftcards_change_all_to_unserialized"] = "Change All To Unserialized"; $lang["giftcards_confirm_bulk_edit"] = "Are you sure you want to edit all the giftcards selected?";