From a9502d1ddb2f680e21de51a35ac2d2cdfa7a7490 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 26 Nov 2018 20:03:14 +0100 Subject: [PATCH] Fix wrong translation string --- localization/en/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localization/en/strings.php b/localization/en/strings.php index f477d5b9..fb1380c4 100644 --- a/localization/en/strings.php +++ b/localization/en/strings.php @@ -326,5 +326,5 @@ return array( 'Stock settings' => 'Stock settings', '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', - 'Skip' => 'Überspringen' + 'Skip' => 'Skip' );