diff --git a/chromium/_locales/de/messages.json b/chromium/_locales/de/messages.json index 9db3c1992034..40b7e7aa817f 100644 --- a/chromium/_locales/de/messages.json +++ b/chromium/_locales/de/messages.json @@ -1,4 +1,7 @@ { + "menu_blockHttpRequests": { + "message": "Block all HTTP requests" + }, "about_title": { "message": "Über HTTPS Everywhere" }, diff --git a/chromium/_locales/en/messages.json b/chromium/_locales/en/messages.json index d6ce17065f45..8d01a04faeef 100644 --- a/chromium/_locales/en/messages.json +++ b/chromium/_locales/en/messages.json @@ -1,4 +1,7 @@ { + "menu_blockHttpRequests": { + "message": "Block all HTTP requests" + }, "about_title": { "message": "About HTTPS Everywhere" }, diff --git a/chromium/_locales/es/messages.json b/chromium/_locales/es/messages.json index a897a7951ea5..4dbbc0dcf275 100644 --- a/chromium/_locales/es/messages.json +++ b/chromium/_locales/es/messages.json @@ -1,4 +1,7 @@ { + "menu_blockHttpRequests": { + "message": "Block all HTTP requests" + }, "about_title": { "message": "Acerca de HTTPS Everywhere" }, diff --git a/chromium/_locales/fi/messages.json b/chromium/_locales/fi/messages.json index e391014f65f4..9be9aeb128ca 100644 --- a/chromium/_locales/fi/messages.json +++ b/chromium/_locales/fi/messages.json @@ -1,4 +1,7 @@ { + "menu_blockHttpRequests": { + "message": "Block all HTTP requests" + }, "about_ext_name": { "message": "HTTPS Everywhere" }, diff --git a/chromium/_locales/sv/messages.json b/chromium/_locales/sv/messages.json index 67451106e66b..b9c845fb4d12 100644 --- a/chromium/_locales/sv/messages.json +++ b/chromium/_locales/sv/messages.json @@ -1,4 +1,7 @@ { + "menu_blockHttpRequests": { + "message": "Block all HTTP requests" + }, "about_title": { "message": "Om HTTPS Everywhere" }, diff --git a/chromium/popup.html b/chromium/popup.html index 6a08f69890bb..c5e43b98f58a 100755 --- a/chromium/popup.html +++ b/chromium/popup.html @@ -15,7 +15,8 @@