Skip to content

Commit a1569f4

Browse files
committed
removed English text content from html. I18n is replacing it
1 parent b04eb2c commit a1569f4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

chromium/popup.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@ <h1 i18n="about_ext_name"></h1>
1616
<section id="HttpNowhere" class="options">
1717
<input id="http-nowhere-checkbox" type="checkbox" value="httpNowhere"/>
1818
<label i18n="menu_blockHttpRequests" for="http-nowhere-checkbox"
19-
>Block all HTTP requests</label>
19+
></label>
2020
</section>
2121
<section>
22-
<a href="#" id="add-rule-link" i18n="menu_add_rule">Add a rule for this site</a>
22+
<a href="#" id="add-rule-link" i18n="menu_add_rule"></a>
2323
<div id="add-new-rule-div" style="display:none">
24-
<h3 i18n="about_add_new_rule"> Add a new rule for this site</h3>
25-
<p i18n="menu_always_https_for_host">Always use https for this host.
26-
<label for="new-rule-host" i18n="menu_host">Host:</label> <br><input size="50" id="new-rule-host" type="text" disabled><br>
24+
<h3 i18n="about_add_new_rule"> </h3>
25+
<p i18n="menu_always_https_for_host">
26+
<label for="new-rule-host" i18n="menu_host"></label> <br><input size="50" id="new-rule-host" type="text" disabled><br>
2727

2828
<div id="new-rule-regular-text">
29-
<p><a href="#" id="new-rule-show-advanced-link" i18n="menu_show_advanced">Show advanced</a>
29+
<p><a href="#" id="new-rule-show-advanced-link" i18n="menu_show_advanced"></a>
3030
</div>
3131
<div id="new-rule-advanced" style="display:none;">
32-
<p><a href="#" id="new-rule-hide-advanced-link" i18n="menu_hide_advanced">Hide advanced</a>
32+
<p><a href="#" id="new-rule-hide-advanced-link" i18n="menu_hide_advanced"></a>
3333
<p>
34-
<label for="new-rule-name" i18n="menu_rule_name">Rule name</label><br><input size="50" id="new-rule-name" type="text"><br>
35-
<label for="new-rule-regex" i18n="menu_regex">Matching regex</label> <br><input size="50" id="new-rule-regex" type="text"><br>
36-
<label for="new-rule-redirect" i18n="menu_redirect_to">Redirect to</label> <br><input size="50" id="new-rule-redirect" type="text"><br>
34+
<label for="new-rule-name" i18n="menu_rule_name"></label><br><input size="50" id="new-rule-name" type="text"><br>
35+
<label for="new-rule-regex" i18n="menu_regex"></label> <br><input size="50" id="new-rule-regex" type="text"><br>
36+
<label for="new-rule-redirect" i18n="menu_redirect_to"></label> <br><input size="50" id="new-rule-redirect" type="text"><br>
3737
</div>
3838

39-
<button id="add-new-rule-button" i18n="menu_add_new_rule">Add new Rule</button><br>
40-
<button id="cancel-new-rule" i18n="status_cancel_button">Cancel</button>
39+
<button id="add-new-rule-button" i18n="menu_add_new_rule"></button><br>
40+
<button id="cancel-new-rule" i18n="status_cancel_button"></button>
4141
</div>
4242
</section>
4343
<section id="StableRules" class="rules">
@@ -49,7 +49,7 @@ <h3 i18n="chrome_experimental_rules"></h3>
4949
<p class="description" i18n="chrome_experimental_rules_description"></p>
5050
</section>
5151
<footer>
52-
<a id="whatIsThis" href="https://www.eff.org/https-everywhere" target="_blank" tabindex="-1" i18n="chrome_what_is_this">blah</a>
52+
<a id="whatIsThis" href="https://www.eff.org/https-everywhere" target="_blank" tabindex="-1" i18n="chrome_what_is_this"></a>
5353
<p><small>(Version: <span id="current-version"></span>)</small></p>
5454
<!-- <a href="" title="HTTPS Everywhere Options">Options</a> -->
5555
</footer>

0 commit comments

Comments
 (0)