Minor rewordings

merge-requests/622/head
Jo Vuit 2019-02-11 14:23:53 +01:00
rodzic 036d94a41a
commit a72f10737b
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -202,15 +202,15 @@ export default {
importStatuses: {
skipped: {
label: this.$pgettext('Content/Library/Table/Short', 'Skipped'),
help: this.$pgettext('Content/Library/Help text', 'Track already present in one of your libraries'),
help: this.$pgettext('Content/Library/Help text', 'This track is already present in one of your libraries'),
},
pending: {
label: this.$pgettext('Content/Library/Table/Short', 'Pending'),
help: this.$pgettext('Content/Library/Help text', 'Track uploaded, but not processed by the server yet'),
help: this.$pgettext('Content/Library/Help text', 'This track has been uploaded, but hasn't been processed by the server yet'),
},
errored: {
label: this.$pgettext('Content/Library/Table/Short', 'Errored'),
help: this.$pgettext('Content/Library/Help text', 'Could not process this track, ensure it is tagged correctly'),
help: this.$pgettext('Content/Library/Help text', 'This track could not be processed, please it is tagged correctly'),
},
finished: {
label: this.$pgettext('Content/Library/Table/Short', 'Finished'),
@ -231,7 +231,7 @@ export default {
},
actions () {
let deleteMsg = this.$pgettext('Content/Library/Dropdown/Verb', 'Delete')
let relaunchMsg = this.$pgettext('Content/Library/Dropdown/Verb', 'Relaunch import')
let relaunchMsg = this.$pgettext('Content/Library/Dropdown/Verb', 'Restart import')
return [
{
name: 'delete',