mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 21:17:20 +03:00
Add tooltip to sort segments
This commit is contained in:
@@ -125,6 +125,9 @@
|
|||||||
"SubmitTimes": {
|
"SubmitTimes": {
|
||||||
"message": "Submit Segments"
|
"message": "Submit Segments"
|
||||||
},
|
},
|
||||||
|
"sortSegments": {
|
||||||
|
"message": "Sort Segments"
|
||||||
|
},
|
||||||
"submitCheck": {
|
"submitCheck": {
|
||||||
"message": "Are you sure you want to submit this?"
|
"message": "Are you sure you want to submit this?"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S
|
|||||||
<img id={"sponsorSkipSortButton" + this.state.idSuffix}
|
<img id={"sponsorSkipSortButton" + this.state.idSuffix}
|
||||||
className="sponsorSkipObject sponsorSkipNoticeButton sponsorSkipSmallButton"
|
className="sponsorSkipObject sponsorSkipNoticeButton sponsorSkipSmallButton"
|
||||||
onClick={() => this.sortSegments()}
|
onClick={() => this.sortSegments()}
|
||||||
|
title={chrome.i18n.getMessage("sortSegments")}
|
||||||
src={chrome.extension.getURL("icons/sort.svg")}>
|
src={chrome.extension.getURL("icons/sort.svg")}>
|
||||||
</img>;
|
</img>;
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user