summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2016-10-01 12:44:08 -0400
committergorhill <rhill@raymondhill.net>2016-10-01 12:44:08 -0400
commit7e23aae8798adf815a6557ddc3b384c6c48669f3 (patch)
tree5fb7d0c49cc68e2a5c9339b6f113be233bf32e02
parent93001a8635794b012164ababd06b55597b2c1342 (diff)
reverse part of 93001a86, apparently translating "by" is more complicating than first thought
-rw-r--r--src/_locales/en/messages.json4
-rw-r--r--src/about.html4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index c3b55229..890e4d42 100644
--- a/src/_locales/en/messages.json
+++ b/src/_locales/en/messages.json
@@ -683,10 +683,6 @@
"message": "bytes",
"description": ""
},
- "genericBy": {
- "message": "by",
- "description": "to be used in sentences such as '{what} by {whom}, i.e. 'Font Awesome by Dave Gandy'"
- },
"contextMenuTemporarilyAllowLargeMediaElements": {
"message": "Temporarily allow large media elements",
"description": "A context menu entry, present when large media elements have been blocked on the current site"
diff --git a/src/about.html b/src/about.html
index 6502e3a3..855170e9 100644
--- a/src/about.html
+++ b/src/about.html
@@ -21,8 +21,8 @@
<li><a href="https://github.com/gorhill/uBlock/graphs/contributors">Github</a>
<li><a href="https://crowdin.net/project/ublock">Crowdin</a>
</ul>
- <li><a href="https://github.com/bestiejs/punycode.js" target="_blank">Punycode.js</a> <span data-i18n="genericBy"></span> <a href="https://github.com/mathiasbynens">Mathias Bynens</a>
- <li><a href="http://fontawesome.io" target="_blank">Font Awesome</a> <span data-i18n="genericBy"></span> <a href="https://github.com/davegandy">Dave Gandy</a>
+ <li><a href="https://github.com/bestiejs/punycode.js" target="_blank">Punycode.js</a> by <a href="https://github.com/mathiasbynens">Mathias Bynens</a>
+ <li><a href="http://fontawesome.io" target="_blank">Font Awesome</a> by <a href="https://github.com/davegandy">Dave Gandy</a>
</ul>
<script src="js/vapi-common.js"></script>