mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-06 08:39:05 +03:00
Merge pull request #1454 from AlecRust/start-stop-segment-copy
Improve copy of start/end segment button
This commit is contained in:
@@ -87,10 +87,10 @@
|
|||||||
"message": "No segments found"
|
"message": "No segments found"
|
||||||
},
|
},
|
||||||
"sponsorStart": {
|
"sponsorStart": {
|
||||||
"message": "Segment Starts Now"
|
"message": "Start Segment Now"
|
||||||
},
|
},
|
||||||
"sponsorEnd": {
|
"sponsorEnd": {
|
||||||
"message": "Segment Ends Now"
|
"message": "End Segment Now"
|
||||||
},
|
},
|
||||||
"sponsorCancel": {
|
"sponsorCancel": {
|
||||||
"message": "Cancel Creating Segment"
|
"message": "Cancel Creating Segment"
|
||||||
|
|||||||
@@ -414,7 +414,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generic buttons used for "Segment Starts Now" and "Submit Times"
|
* Generic red buttons used for "Start Segment Now", "Submit Times" etc.
|
||||||
*/
|
*/
|
||||||
.sbMediumButton {
|
.sbMediumButton {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user