1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

minor changes

This commit is contained in:
gorhill 2015-01-18 15:01:50 -05:00
parent 641f7dc49a
commit cdd1e19464
3 changed files with 10 additions and 5 deletions

View File

@ -351,12 +351,12 @@
"message": "my-ublock-dynamic-rules_{{datetime}}.txt",
"description": "default file name to use"
},
"dynaRulesHint": {
"rulesHint": {
"message": "List of your dynamic filtering rules.",
"description": "English: List of your dynamic filtering rules."
},
"dynaRulesFormatHint": {
"message": "Rule syntax: <code>source destination type action</code> (<a href='https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax'>full documentation</a>).",
"rulesFormatHint": {
"message": "Rule syntax: <code>source destination type action<\/code> (<a href='https:\/\/github.com\/gorhill\/uBlock\/wiki\/Dynamic-filtering:-rule-syntax'>full documentation<\/a>).",
"description": "English: dynamic rule syntax and full documentation."
},
"whitelistPrompt":{

View File

@ -11,3 +11,8 @@ div > p:last-child {
white-space: pre;
text-align: left;
}
code {
background-color: #eee;
font: 11px monospace;
padding: 2px 4px;
}

View File

@ -11,8 +11,8 @@
<body>
<div>
<p data-i18n="dynaRulesHint"></p>
<p data-i18n="dynaRulesFormatHint"></p>
<p data-i18n="rulesHint"></p>
<p data-i18n="rulesFormatHint"></p>
<p><button id="rulesApply" disabled="true" data-i18n="1pApplyChanges"></button></p>
<textarea id="rulesEditor" spellcheck="false" dir="auto"></textarea>
<p><button id="importButton" type="button" data-i18n="1pImport"></button> &emsp;