diff options
Diffstat (limited to 'src/strings-default.yaml')
| -rw-r--r-- | src/strings-default.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index dca17bbd..b105cb62 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -1019,8 +1019,12 @@ misc: accent: "({DETAILS})" - albumLength: "{TRACKS}, {TIME}" - albumLength.single: "single, {TIME}" + albumLength: >- + {TRACKS}, {TIME} + albumLength.single: >- + single, {TIME} + albumLength.single.withMultipleTracks: >- + single, {TRACKS}, {TIME}+ coverArtists: "Artwork by {ARTISTS}" coverArtists.customLabel: "{LABEL} by {ARTISTS}" |