diff --git a/localization/strings.pot b/localization/strings.pot index 539e6606..e2f7d8c4 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -2071,3 +2071,6 @@ msgstr "" msgid "The stock overview page lists all products which are currently in-stock or below their min. stock amount - enable this to hide this product there always" msgstr "" + +msgid "Print options" +msgstr "" diff --git a/public/viewjs/shoppinglist.js b/public/viewjs/shoppinglist.js index dc6e19b4..6400acb0 100644 --- a/public/viewjs/shoppinglist.js +++ b/public/viewjs/shoppinglist.js @@ -384,6 +384,7 @@ OnListItemRemoved(); $(document).on("click", "#print-shopping-list-button", function(e) { var dialogHtml = ' \ +
' + __t('Print options') + '

\
\