diff options
author | Official Noob <[email protected]> | 2019-08-21 19:29:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-08-21 19:29:24 +0100 |
commit | bcdba798d9f17ac5ddce799f2fcc6eccafdba8af (patch) | |
tree | a38a9f5fa6809d218f41c81d087e8e4cfd625d77 /_locales | |
parent | 9b2364cfb766285a3a5bc11f5dc864d126ee72d0 (diff) | |
download | SponsorBlock-bcdba798d9f17ac5ddce799f2fcc6eccafdba8af.tar.gz SponsorBlock-bcdba798d9f17ac5ddce799f2fcc6eccafdba8af.zip |
Added locals for buttons
Diffstat (limited to '_locales')
-rw-r--r-- | _locales/en/messages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 00d65946..760eae07 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -12,6 +12,15 @@ "message": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.", "description": "Description of the extension." }, + "clearTimes": { + "message": "Clear Sponsor Times" + }, + "openPopup": { + "message": "Open SponsorBlock Popup" + }, + "SubmitTimes": { + "message": "Submit Sponsor Times" + }, "helpPage": { "message": "index_en.html" }, |