Resolve "Wrong title for track ellipsis"

This commit is contained in:
Ciarán Ainsworth 2019-09-02 18:17:23 +02:00
parent cbf17ffa25
commit 20b7dd71d3
15 changed files with 28 additions and 28 deletions

View file

@ -84,7 +84,7 @@ export default {
},
title () {
if (this.playable) {
return this.$pgettext('*/Queue/Button/Title', 'Play...')
return this.$pgettext('*/Queue/Button/Title', 'More...')
} else {
if (this.track) {
return this.$pgettext('*/Queue/Button/Title', 'This track is not available in any library you have access to')