From d256386cbb01897a062f5d9ad5b3e27552e589e3 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 22 Jul 2019 22:49:11 +0200 Subject: [PATCH] Use titles in some tags --- .../src/main/webapp/WEB-INF/jsp/playQueue.jsp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp index c5fb8bb2..82fcf6e8 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp @@ -897,24 +897,24 @@ - " alt="" onclick="onPrevious()" style="cursor:pointer"> + " alt="Play next" title="Play next" onclick="onPrevious()" style="cursor:pointer"> - " alt="" onclick="onNext(false)" style="cursor:pointer"> | + " alt="Play next" title="Play next" onclick="onNext(false)" style="cursor:pointer"> | - " alt="Clear playlist" style="cursor:pointer; height:18px"> + " alt="Clear playlist" title="Clear playlist" style="cursor:pointer; height:18px"> | - " alt="shuffle" style="cursor:pointer; height:18px"> + " alt="Shuffle" title="Shuffle" style="cursor:pointer; height:18px"> | @@ -922,7 +922,7 @@ - " alt="repeatOn" style="cursor:pointer; height:18px"> + " alt="Toggle repeat" title="Toggle repeat" style="cursor:pointer; height:18px"> | @@ -930,7 +930,7 @@ - " alt="undo" style="cursor:pointer; height:18px"> + " alt="Undo" title="Undo" style="cursor:pointer; height:18px"> | @@ -938,7 +938,7 @@ - " alt="Settings" style="cursor:pointer; height:18px"> + " alt="Settings" title="Settings" style="cursor:pointer; height:18px"> |