From 0a4003ae1c7325a59274f3f99d0c7ca1960031d9 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Sat, 10 May 2014 12:12:48 +0200 Subject: [PATCH] Fixed condition names --- .../Thelia/Condition/Implementation/MatchBillingCountries.php | 2 +- .../Thelia/Condition/Implementation/MatchDeliveryCountries.php | 2 +- .../lib/Thelia/Condition/Implementation/MatchForTotalAmount.php | 2 +- core/lib/Thelia/Condition/Implementation/MatchForXArticles.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/lib/Thelia/Condition/Implementation/MatchBillingCountries.php b/core/lib/Thelia/Condition/Implementation/MatchBillingCountries.php index c4a525d5a..ffd067815 100644 --- a/core/lib/Thelia/Condition/Implementation/MatchBillingCountries.php +++ b/core/lib/Thelia/Condition/Implementation/MatchBillingCountries.php @@ -49,7 +49,7 @@ class MatchBillingCountries extends AbstractMatchCountries public function getName() { return $this->translator->trans( - 'Billing country condition', + 'Billing country', [], 'condition' ); diff --git a/core/lib/Thelia/Condition/Implementation/MatchDeliveryCountries.php b/core/lib/Thelia/Condition/Implementation/MatchDeliveryCountries.php index 3ca0195e4..519cc3ade 100644 --- a/core/lib/Thelia/Condition/Implementation/MatchDeliveryCountries.php +++ b/core/lib/Thelia/Condition/Implementation/MatchDeliveryCountries.php @@ -49,7 +49,7 @@ class MatchDeliveryCountries extends AbstractMatchCountries public function getName() { return $this->translator->trans( - 'Delivery country condition', + 'Delivery country', [], 'condition' ); diff --git a/core/lib/Thelia/Condition/Implementation/MatchForTotalAmount.php b/core/lib/Thelia/Condition/Implementation/MatchForTotalAmount.php index eb5f0e84e..225157b38 100644 --- a/core/lib/Thelia/Condition/Implementation/MatchForTotalAmount.php +++ b/core/lib/Thelia/Condition/Implementation/MatchForTotalAmount.php @@ -119,7 +119,7 @@ class MatchForTotalAmount extends ConditionAbstract public function getName() { return $this->translator->trans( - 'By cart total amount', + 'Cart total amount', [], 'condition' ); diff --git a/core/lib/Thelia/Condition/Implementation/MatchForXArticles.php b/core/lib/Thelia/Condition/Implementation/MatchForXArticles.php index 48ddfe615..2f56abdb4 100644 --- a/core/lib/Thelia/Condition/Implementation/MatchForXArticles.php +++ b/core/lib/Thelia/Condition/Implementation/MatchForXArticles.php @@ -103,7 +103,7 @@ class MatchForXArticles extends ConditionAbstract public function getName() { return $this->translator->trans( - 'Cart item count condition', + 'Cart item count', [], 'condition' );