diff options
author | gorhill <rhill@raymondhill.net> | 2015-02-06 18:20:33 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-02-06 18:20:33 -0500 |
commit | 2378a63cf0b10ec51da8df332bc56a750602683b (patch) | |
tree | 8bc615e7d7e70925481e52800684c79178c8d19f /src/_locales | |
parent | 99be9f5c3098cc833d4eb56c78f16aef22388026 (diff) | |
download | uBlock-2378a63cf0b10ec51da8df332bc56a750602683b.zip uBlock-2378a63cf0b10ec51da8df332bc56a750602683b.tar.gz uBlock-2378a63cf0b10ec51da8df332bc56a750602683b.tar.bz2 |
re. #704: forgot localized string
Diffstat (limited to 'src/_locales')
-rw-r--r-- | src/_locales/en/messages.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 94edc24..fcf20f3 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -180,6 +180,10 @@ "description":"" }, "popupHitDomainCountPrompt":{ + "message":"domains touched", + "description":"appears in popup" + }, + "popupHitDomainCount":{ "message":"{{count}} out of {{total}}", "description":"appears in popup" }, |