Use ellipsis instead of three dots in translations

This commit is contained in:
Eliot Berriot 2019-10-01 13:54:25 +02:00
parent 2ad0db9da9
commit fe8448e2a4
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
26 changed files with 146 additions and 146 deletions

View file

@ -97,7 +97,7 @@ export default {
},
title () {
if (this.playable) {
return this.$pgettext('*/Queue/Button/Title', 'More...')
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')