From 51d2886f701b30c2255241af0037f4e939ecb849 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 8 Feb 2020 22:18:03 -0500 Subject: [PATCH] Seperated show upload button option from info button. --- public/_locales/en/messages.json | 6 ++++++ public/options/options.html | 17 +++++++++++++++++ src/config.ts | 2 ++ src/content.ts | 2 +- 4 files changed, 26 insertions(+), 1 deletion(-) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 0900962e..7daaea3b 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -395,5 +395,11 @@ }, "shortCheck": { "message": "The following submission is shorter than your minimum duration option. This could mean that this is already submitted, and just being ignored due to this option. Are you sure you would like to submit?" + }, + "showUploadButton": { + "message": "Show Upload Button" + }, + "whatUploadButton": { + "message": "This button appears on the YouTube player after you have selected a timestamp and are ready to submit." } } diff --git a/public/options/options.html b/public/options/options.html index 37aac281..e537ae29 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -201,6 +201,23 @@

+
+ + +
+
+ +
__MSG_whatUploadButton__
+
+ +
+
+