From 554ac104f8ca1a869f15c1bb124b49f684ef9b8c Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 4 Oct 2019 10:31:06 +0200 Subject: [PATCH] Added missing translation string --- localization/strings.pot | 3 +++ public/viewjs/recipeform.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/localization/strings.pot b/localization/strings.pot index 342fd81e..08be8873 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1543,3 +1543,6 @@ msgstr "" msgid "Clear" msgstr "" + +msgid "Are you sure to remove the included recipe \"%s\"?" +msgstr "" diff --git a/public/viewjs/recipeform.js b/public/viewjs/recipeform.js index 2dc8f1ef..5a632036 100644 --- a/public/viewjs/recipeform.js +++ b/public/viewjs/recipeform.js @@ -181,7 +181,7 @@ $(document).on('click', '.recipe-include-delete-button', function(e) var objectId = $(e.currentTarget).attr('data-recipe-include-id'); bootbox.confirm({ - message: __t('Are you sure to remove included recipe "%s"?', objectName), + message: __t('Are you sure to remove the included recipe "%s"?', objectName), closeButton: false, buttons: { confirm: {