From 589ad3685558903c5be8a80203e96c7575b32eb8 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 18 Nov 2018 15:52:48 +0100 Subject: [PATCH] Remove unneeded translation string --- localization/en/strings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/localization/en/strings.php b/localization/en/strings.php index b611241a..7595abe5 100644 --- a/localization/en/strings.php +++ b/localization/en/strings.php @@ -307,7 +307,6 @@ return array( 'Add #3 #1 of #2 to stock' => 'Add #3 #1 of #2 to stock', 'Adding shopping list item #1 of #2' => 'Adding shopping list item #1 of #2', 'Use a specific stock item' => 'Use a specific stock item', - 'Expires on #1; bought on #2' => 'Expires on #1; bought on #2', 'The first item in this list would be picked by the default rule which is "First expiring first, then first in first out"' => 'The first item in this list would be picked by the default rule which is "First expiring first, then first in first out"', 'Mark #3 #1 of #2 as open' => 'Mark #3 #1 of #2 as open', 'When a product was marked as opened, the best before date will be replaced by today + this amount of days (a value of 0 disables this)' => 'When a product was marked as opened, the best before date will be replaced by today + this amount of days (a value of 0 disables this)',