Fix wrong translation string

This commit is contained in:
Bernd Bestel 2018-11-26 20:03:14 +01:00
parent 5c25e91984
commit a9502d1ddb
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -326,5 +326,5 @@ return array(
'Stock settings' => 'Stock settings', 'Stock settings' => 'Stock settings',
'Shopping list to stock workflow' => 'Shopping list to stock workflow', 'Shopping list to stock workflow' => 'Shopping list to stock workflow',
'Automatically do the booking using the last price and the amount of the shopping list item, if the product has "Default best before days" set' => 'Automatically do the booking using the last price and the amount of the shopping list item, if the product has "Default best before days" set', 'Automatically do the booking using the last price and the amount of the shopping list item, if the product has "Default best before days" set' => 'Automatically do the booking using the last price and the amount of the shopping list item, if the product has "Default best before days" set',
'Skip' => 'Überspringen' 'Skip' => 'Skip'
); );