From 06843a2786b072087d4523cfa21655657b50ea93 Mon Sep 17 00:00:00 2001 From: Sergey Date: Wed, 15 Aug 2018 17:30:43 +0300 Subject: [PATCH] adding a translation to Spanish --- src/include/class-wc-retailcrm-base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/class-wc-retailcrm-base.php b/src/include/class-wc-retailcrm-base.php index 781292d..07a2562 100644 --- a/src/include/class-wc-retailcrm-base.php +++ b/src/include/class-wc-retailcrm-base.php @@ -685,7 +685,7 @@ if (!class_exists('WC_Retailcrm_Base')) { $this->form_fields[] = array( 'label' => __('Upload', 'retailcrm'), - 'title' => __('UUploading orders by identifiers.', 'retailcrm'), + 'title' => __('Uploading orders by identifiers.', 'retailcrm'), 'type' => 'button', 'description' => __('This functionality allows to upload orders to CRM differentially.', 'retailcrm'), 'desc_tip' => true,