diff options
author | gorhill <rhill@raymondhill.net> | 2015-01-18 15:01:50 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-01-18 15:01:50 -0500 |
commit | cdd1e19464c791902f84fefa8db829a9cd479591 (patch) | |
tree | 707e4399d615b892a12f80beb5b5beeae1111f87 /src/_locales | |
parent | 641f7dc49af574a305787cbff3f80a242e756b96 (diff) | |
download | uBlock-cdd1e19464c791902f84fefa8db829a9cd479591.zip uBlock-cdd1e19464c791902f84fefa8db829a9cd479591.tar.gz uBlock-cdd1e19464c791902f84fefa8db829a9cd479591.tar.bz2 |
minor changes
Diffstat (limited to 'src/_locales')
-rw-r--r-- | src/_locales/en/messages.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 60f463d..706ee92 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -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":{ |