Merge pull request #1680 from KucharczykL/previous-next-tooltips
Add tooltips for Skip to previous/next buttons
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<span class="xlargePaperIconButton material-icons fiber_manual_record"></span>
|
||||
</button>
|
||||
|
||||
<button is="paper-icon-button-light" class="btnPreviousTrack autoSize hide">
|
||||
<button is="paper-icon-button-light" class="btnPreviousTrack autoSize hide" title="${PreviousTrack}">
|
||||
<span class="xlargePaperIconButton material-icons skip_previous"></span>
|
||||
</button>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<span class="xlargePaperIconButton material-icons fast_forward"></span>
|
||||
</button>
|
||||
|
||||
<button is="paper-icon-button-light" class="btnNextTrack autoSize hide">
|
||||
<button is="paper-icon-button-light" class="btnNextTrack autoSize hide" title="${NextTrack}">
|
||||
<span class="xlargePaperIconButton material-icons skip_next"></span>
|
||||
</button>
|
||||
|
||||
|
||||
@@ -1094,6 +1094,7 @@
|
||||
"NewEpisodesOnly": "New episodes only",
|
||||
"News": "News",
|
||||
"Next": "Next",
|
||||
"NextTrack": "Skip to next",
|
||||
"NextUp": "Next Up",
|
||||
"No": "No",
|
||||
"NoCreatedLibraries": "Seems like you haven't created any libraries yet. {0}Would you like to create one now?{1}",
|
||||
@@ -1307,6 +1308,7 @@
|
||||
"Premiere": "Premiere",
|
||||
"Premieres": "Premieres",
|
||||
"Previous": "Previous",
|
||||
"PreviousTrack": "Skip to previous",
|
||||
"Primary": "Primary",
|
||||
"Producer": "Producer",
|
||||
"ProductionLocations": "Production locations",
|
||||
|
||||
Reference in New Issue
Block a user