Typo gefixed
authorG. Richardson <information@kivitendo-premium.de>
Sat, 18 Apr 2015 11:16:14 +0000 (13:16 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Sat, 18 Apr 2015 11:16:14 +0000 (13:16 +0200)
SL/DB/PriceRule.pm
locale/de/all
t/006spellcheck.t

index 6643637..70b5ab4 100644 (file)
@@ -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;
index 0daacd2..f30e33d 100755 (executable)
@@ -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&auml;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',
index ae42e8f..e741cdd 100644 (file)
@@ -47,6 +47,7 @@ puhs
 sekf
 sucess
 varsion
+pirce
 );
 
 $testcount = scalar(@Support::Files::testitems);