diff options
author | gorhill <rhill@raymondhill.net> | 2015-08-11 19:12:26 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-08-11 19:12:26 -0400 |
commit | d640150aedc747571771b9eba5c9300a2fffe610 (patch) | |
tree | 319e7e980a80cdb3bf965e6a70c67d3b99afce3f | |
parent | 9f6a3012a5e3b2a4104653a0e23f07c849457c54 (diff) | |
download | uBlock-d640150aedc747571771b9eba5c9300a2fffe610.zip uBlock-d640150aedc747571771b9eba5c9300a2fffe610.tar.gz uBlock-d640150aedc747571771b9eba5c9300a2fffe610.tar.bz2 |
add contexts for translators
-rw-r--r-- | src/_locales/en/messages.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 8583df7..0fabac3 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -597,11 +597,11 @@ }, "cloudPush": { "message": "Export to cloud storage", - "description": "" + "description": "tooltip" }, "cloudPull": { "message": "Import from cloud storage", - "description": "" + "description": "tooltip" }, "cloudNoData": { "message": "...\n...", @@ -609,11 +609,11 @@ }, "cloudDeviceNamePrompt": { "message": "This device name:", - "description": "" + "description": "used as a prompt for the user to provide a custom device name" }, "genericSubmit": { "message": "Submit", - "description": "" + "description": "for generic 'submit' buttons" }, "dummy":{ "message":"This entry must be the last one", |