Skip to content

Commit 71e0ef8

Browse files
committed
Rename "HTTP Nowhere" to "Block all HTTP requests."
Fixes EFForg#1348
1 parent 28ac472 commit 71e0ef8

6 files changed

Lines changed: 17 additions & 1 deletion

File tree

chromium/_locales/de/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_title": {
36
"message": "Über HTTPS Everywhere"
47
},

chromium/_locales/en/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_title": {
36
"message": "About HTTPS Everywhere"
47
},

chromium/_locales/es/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_title": {
36
"message": "Acerca de HTTPS Everywhere"
47
},

chromium/_locales/fi/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_ext_name": {
36
"message": "HTTPS Everywhere"
47
},

chromium/_locales/sv/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_title": {
36
"message": "Om HTTPS Everywhere"
47
},

chromium/popup.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ <h1 i18n="about_ext_name"></h1>
1515
</header>
1616
<section id="HttpNowhere" class="options">
1717
<input id="http-nowhere-checkbox" type="checkbox" value="httpNowhere"/>
18-
<label for="http-nowhere-checkbox">Turn on HTTP Nowhere</label>
18+
<label i18n="menu_blockHttpRequests" for="http-nowhere-checkbox"
19+
>Block all HTTP requests</label>
1920
</section>
2021
<section>
2122
<a href="#" id="add-rule-link">Add a rule for this site</a>

0 commit comments

Comments
 (0)