Modified tooltip of PlayButton

merge-requests/622/head
Jo Vuit 2019-01-24 13:15:58 +01:00
rodzic fda6b60cfb
commit 43e33294e5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -67,7 +67,7 @@ export default {
},
title () {
if (this.playable) {
return this.$gettext('Play now')
return this.$gettext('Play...')
} else {
if (this.track) {
return this.$gettext('This track is not available in any library you have access to')