From a0aab26cc9600f23012208b1003ac72d16ea04dd Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Sat, 18 Apr 2015 13:16:14 +0200 Subject: [PATCH] Typo gefixed --- SL/DB/PriceRule.pm | 2 +- locale/de/all | 2 +- t/006spellcheck.t | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SL/DB/PriceRule.pm b/SL/DB/PriceRule.pm index 66436375e..70b5ab4da 100644 --- a/SL/DB/PriceRule.pm +++ b/SL/DB/PriceRule.pm @@ -96,7 +96,7 @@ sub validate { my @errors; push @errors, $::locale->text('The name must not be empty.') if !$self->name; push @errors, $::locale->text('Price or discount must not be zero.') if !$self->price && !$self->discount && !$self->reduction; - push @errors, $::locale->text('Pirce rules must have at least one rule.') if !@{[ $self->items ]}; + push @errors, $::locale->text('Price rules must have at least one rule.') if !@{[ $self->items ]}; push @errors, $_->validate for $self->items; return @errors; diff --git a/locale/de/all b/locale/de/all index 0daacd28f..f30e33dbd 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1865,7 +1865,6 @@ $self->{texts} = { 'Picture #1: #2' => 'Abbildung #1: #2', 'Pictures for parts' => 'Bilder für Waren', 'Pictures for search parts' => 'Bilder für Warensuche', - 'Pirce rules must have at least one rule.' => 'Preisregeln brauchen mindestens eine Bedingung.', 'Please Check the bank information for each customer:' => 'Bitte überprüfen Sie die Bankinformationen der Kunden:', 'Please Check the bank information for each vendor:' => 'Bitte überprüfen Sie die Kontoinformationen der Lieferanten:', 'Please ask your administrator to create warehouses and bins.' => 'Bitten Sie Ihren Administrator, dass er Lager und Lagerplätze anlegt.', @@ -1942,6 +1941,7 @@ $self->{texts} = { 'Price group (name)' => 'Preisgruppe (Name) ', 'Price information' => 'Preisinformation', 'Price or discount must not be zero.' => 'Preis/Rabatt darf nicht 0,00 sein', + 'Price rules must have at least one rule.' => 'Preisregeln brauchen mindestens eine Bedingung.', 'Price sources deactivated in this client' => 'Preisquellen die in diesem Mandanten deaktiviert sind', 'Price type explanation' => 'Preistyp Erklärung', 'Pricegroup' => 'Preisgruppe', diff --git a/t/006spellcheck.t b/t/006spellcheck.t index ae42e8f7f..e741cdd62 100644 --- a/t/006spellcheck.t +++ b/t/006spellcheck.t @@ -47,6 +47,7 @@ puhs sekf sucess varsion +pirce ); $testcount = scalar(@Support::Files::testitems); -- 2.20.1