From 8a48521e8f66994468dd62578445df1381eeb4cd Mon Sep 17 00:00:00 2001 From: serhack Date: Sat, 12 Aug 2017 07:56:00 +0200 Subject: [PATCH] Fix a typo --- monero/include/monero_payments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index 28d7a6d..1237602 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -119,7 +119,7 @@ class Monero_Gateway extends WC_Payment_Gateway 'discount' => array( 'title' => __('% discount for using XMR', 'monero_gateway'), 'desc_tip' => __('Provide a descount to your customers for paying privatly with XMR!', 'monero_gateway'), - 'description' => __(' Want to spread the word about Monero? Offer a little discount! Leave this empty if you do not wish to provide a discount', 'monero_gateway', 'monero_gateway'), + 'description' => __(' Want to spread the word about Monero? Offer a little discount! Leave this empty if you do not wish to provide a discount', 'monero_gateway'), 'type' => __('text'), ),