diff options
author | Ajay Ramachandran <[email protected]> | 2019-08-19 19:07:14 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-08-19 19:07:14 -0400 |
commit | 19802a7a319b2bcebd212b7f29bbf50ae1a5c1cf (patch) | |
tree | 9bdb549fdecffd0ad55109ada09a07678cdcff89 /_locales | |
parent | 50f929c11a014816fa56e03cf226129934ffe599 (diff) | |
download | SponsorBlock-19802a7a319b2bcebd212b7f29bbf50ae1a5c1cf.tar.gz SponsorBlock-19802a7a319b2bcebd212b7f29bbf50ae1a5c1cf.zip |
Made the notice stay open after an unskip and allow to reskip.
The time remaining of the popup becomes the time remaining of the sponsor.
Diffstat (limited to '_locales')
-rw-r--r-- | _locales/en/messages.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f674eb34..04454097 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -69,9 +69,12 @@ "hitGoBack": { "message": "Hit unskip to get to where you came from." }, - "goBack": { + "unskip": { "message": "Unskip" }, + "reskip": { + "message": "Reskip" + }, "paused": { "message": "Paused" }, |