diff options
author | gorhill <rhill@raymondhill.net> | 2015-01-18 15:03:34 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-01-18 15:03:34 -0500 |
commit | ee1f861deb1438bffcc1022bcdc640574ef3eb2c (patch) | |
tree | 629854f13fbb7d1c594ea52fcec9050c1525cddc /src/_locales | |
parent | cdd1e19464c791902f84fefa8db829a9cd479591 (diff) | |
download | uBlock-ee1f861deb1438bffcc1022bcdc640574ef3eb2c.zip uBlock-ee1f861deb1438bffcc1022bcdc640574ef3eb2c.tar.gz uBlock-ee1f861deb1438bffcc1022bcdc640574ef3eb2c.tar.bz2 |
while at it add strings related to other fixes
Diffstat (limited to 'src/_locales')
-rw-r--r-- | src/_locales/en/messages.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 706ee92..cd83832 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -32,8 +32,8 @@ "description":"appears as tab name in dashboard" }, "statsPageName":{ - "message":"Statistics", - "description":"appears as tab name in dashboard" + "message":"µBlock — Network request log", + "description":"Title for the network request log window" }, "aboutPageName":{ "message":"About", @@ -419,6 +419,10 @@ "message":"No non-blocked requests logged for this page", "description":"English: No non-blocked requests logged for this page" }, + "logBehindTheScene":{ + "message":"Behind the scene", + "description":"Pretty name for behind-the-scene network requests" + }, "aboutChangelog":{ "message":"Change log", "description":"English: Change log" |