Mercurial > addons > firefox-addons > feed-preview
diff _locales/en/messages.json @ 29:688d75e554e0
Add option to expand feed entries by default
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Mon, 21 Jan 2019 15:15:59 +0100 |
parents | ff5e5e3eba32 |
children |
line wrap: on
line diff
--- a/_locales/en/messages.json Mon Jan 21 08:22:52 2019 +0100 +++ b/_locales/en/messages.json Mon Jan 21 15:15:59 2019 +0100 @@ -90,5 +90,13 @@ "missingPlaceholderError": { "message": "Please enter a subscription URL which contains a placeholder \"%s\" for the feed URL.", "description": "Error message if the placholder is missing from the subscription URL template." + }, + "feedPreviewTitle": { + "message": "Feed Preview", + "description": "Title of the feed preview options." + }, + "feedPreviewExpandItemLabel": { + "message": "Expand feed entries by default", + "description": "Label of the checkbox for enabling feed entry expansion by default." } }