mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-14 06:32:36 +03:00
rename submission button to "Open Submission Menu"
This commit is contained in:
@@ -131,8 +131,8 @@
|
||||
"closeIcon": {
|
||||
"message": "Close Icon"
|
||||
},
|
||||
"SubmitTimes": {
|
||||
"message": "Submit Segments"
|
||||
"OpenSubmissionMenu": {
|
||||
"message": "Open Submission Menu"
|
||||
},
|
||||
"sortSegments": {
|
||||
"message": "Sort Segments"
|
||||
@@ -171,9 +171,6 @@
|
||||
"clearTimesButton": {
|
||||
"message": "Clear Times"
|
||||
},
|
||||
"submitTimesButton": {
|
||||
"message": "Submit Times"
|
||||
},
|
||||
"publicStats": {
|
||||
"message": "This is used on the public stats page to show off how much you've contributed. See it"
|
||||
},
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
<sub class="sponsorStartHint grey-text">__MSG_popupHint__</sub>
|
||||
<div style="text-align: center; margin: 8px 0;">
|
||||
<button id="sponsorStart" class="sbMediumButton" style="margin-right: 8px">__MSG_sponsorStart__</button>
|
||||
<button id="submitTimes" class="sbMediumButton" style="display: none">__MSG_submitTimesButton__</button>
|
||||
<button id="submitTimes" class="sbMediumButton" style="display: none">__MSG_OpenSubmissionMenu__</button>
|
||||
</div>
|
||||
<span id="submissionHint" style="display: none">__MSG_submissionEditHint__</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user