diff options
author | gorhill <rhill@raymondhill.net> | 2015-05-16 10:15:02 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-05-16 10:15:02 -0400 |
commit | e0284b89086caa3bc851e59fc14455e33e503ff2 (patch) | |
tree | 26bdb4795463f68da989e5e4d0c88c7e51a95f2d /src/_locales | |
parent | 20f5794b3788f3fe9146009402c8054969155691 (diff) | |
download | uBlock-e0284b89086caa3bc851e59fc14455e33e503ff2.zip uBlock-e0284b89086caa3bc851e59fc14455e33e503ff2.tar.gz uBlock-e0284b89086caa3bc851e59fc14455e33e503ff2.tar.bz2 |
this fixes #193
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 a849599..c4fb03f 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -403,6 +403,10 @@ "message":"No non-blocked requests logged for this page", "description":"English: No non-blocked requests logged for this page" }, + "logAll":{ + "message":"All", + "description":"Appears in the logger's tab selector" + }, "logBehindTheScene":{ "message":"Behind the scene", "description":"Pretty name for behind-the-scene network requests" |