diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index a1beb859..44897364 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -289,6 +289,12 @@ "audioNotificationDescription": { "message": "Audio notification on skip will play a sound whenever a sponsor is skipped. If disabled (or auto skip is disabled), no sound will be played." }, + "showTimeWithSkips": { + "message": "Show Time With Skips Removed" + }, + "showTimeWithSkipsDescription": { + "message": "This time appears in brackets next to the current time on below the seekbar. This shows the total video duration minus any segments. This includes segments marked as only \"Show In Seekbar\"." + }, "youHaveSkipped": { "message": "You have skipped " }, diff --git a/public/options/options.html b/public/options/options.html index 51001ee6..5a5e6caa 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -268,6 +268,23 @@
__MSG_audioNotificationDescription__
+
+
+ +
+ + +
+
+ +
__MSG_showTimeWithSkipsDescription__
+
+