Fix typo in 'next song' keyboard shortcut help

master
François-Xavier Thomas 8 years ago
parent df345f0342
commit cd348fe21e
No known key found for this signature in database
GPG Key ID: 64337406D2DD45CE
  1. 2
      libresonic-main/src/main/webapp/WEB-INF/jsp/more.jsp

@ -342,7 +342,7 @@
<td class="more-shortcut">m</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.sidebar"/></td>
</tr>
<tr>
<td class="more-shortcut">&#8593;</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.next"/></td>
<td class="more-shortcut">&#8594;</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.next"/></td>
<td class="more-shortcut">g <fmt:message key="more.keyboard.then"/> o</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.podcasts"/></td>
<td class="more-shortcut">q</td><td class="more-shortcut-descr"><fmt:message key="more.keyboard.playqueue"/></td>
</tr>

Loading…
Cancel
Save