From 0ceb8e7038eacf1d85f4a2864c82e309605e55f5 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Sat, 5 Mar 2016 14:40:58 -0600 Subject: [PATCH] i18n notification's settings dialog FREEBIE --- _locales/en/messages.json | 4 ++++ background.html | 2 +- js/views/settings_view.js | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 42bc207ff3..c4271190cb 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -203,6 +203,10 @@ "message": "Settings", "description": "Menu item and header for global settings" }, + "notificationSettingsDialog": { + "message": "When messages arrive, display notifications that reveal:", + "description": "Explain the purpose of the notification settings" + }, "disableNotifications": { "message": "Disable notifications", "description": "Label for disabling notifications" diff --git a/background.html b/background.html index 2b0b77ff07..5fc88f4dc0 100644 --- a/background.html +++ b/background.html @@ -329,7 +329,7 @@