From 8daafd0c54b331928d34e97c340d0369f177469b Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 11 Jun 2015 10:30:54 -0400 Subject: [PATCH] Various unknown changes --- classes/glmMesGateway.php | 10 +++++----- glm-woocommerce-merchant-e-solutions-gateway.php | 2 +- i18n/languages/do_xgettext | 0 3 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 i18n/languages/do_xgettext diff --git a/classes/glmMesGateway.php b/classes/glmMesGateway.php index 24e6c9b..50b7fd5 100644 --- a/classes/glmMesGateway.php +++ b/classes/glmMesGateway.php @@ -152,6 +152,8 @@ class GlmMesGateway extends WC_Payment_Gateway { $this->name = GLM_MES_NAME; $this->text_domain = GLM_MES_DIR; + $this->id = GLM_MES_ID; + $this->method_title = __( "Merchant e-Solutions", 'glm-merchant_e_solutions' ); $this->respDescr = array( @@ -213,8 +215,6 @@ class GlmMesGateway extends WC_Payment_Gateway 'load_plugin_textdomain' )); - $this->id = GLM_MES_ID; - // Is WooCommerce activated? if (! in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) { @@ -232,7 +232,7 @@ class GlmMesGateway extends WC_Payment_Gateway version_compare(WC_VERSION, GLM_MES_REQUIRED_WOO_VERSION, '>=')) { // Title of gateway and description displayed in WooCommerce Checkout configuration pages - $this->method_description = __('A Merchant e-Solutions payment Gateway plug-in for WooCommerce.', 'glm-merchant_e_solutions'); + $this->method_description = __('A Merchant e-Solutions payment Gateway plug-in for WooCommerce by Gaslight Media.', 'glm-merchant_e_solutions'); // Icon displayed with gateway in checkout page $this->icon = GLM_MES_ICON; @@ -474,7 +474,7 @@ class GlmMesGateway extends WC_Payment_Gateway 'enabled' => array( 'title' => __('Enable/Disable', 'glm-merchant_e_solutions'), 'type' => 'checkbox', - 'label' => __('Enable Merchant e-Solutions Gateway', + 'label' => __('Enable Merchant e-Solutions Credit Card Payment Gateway', 'glm-merchant_e_solutions'), 'default' => 'yes' ), @@ -500,7 +500,7 @@ class GlmMesGateway extends WC_Payment_Gateway 'sep_0' => array( 'title' => __('Credit Cards Accepted', 'glm-merchant_e_solutions'), 'type' => 'title', - 'description' => '' + 'description' => 'These settings control the display icons depicting which credit cards are accepted by the merchant at checkout. ' ), // Visa diff --git a/glm-woocommerce-merchant-e-solutions-gateway.php b/glm-woocommerce-merchant-e-solutions-gateway.php index 3857768..3da969f 100644 --- a/glm-woocommerce-merchant-e-solutions-gateway.php +++ b/glm-woocommerce-merchant-e-solutions-gateway.php @@ -105,4 +105,4 @@ function initMesGateway() } -?> \ No newline at end of file +?> diff --git a/i18n/languages/do_xgettext b/i18n/languages/do_xgettext old mode 100755 new mode 100644 -- 2.17.1