diff options
Diffstat (limited to 'src/strings-default.json')
-rw-r--r-- | src/strings-default.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strings-default.json b/src/strings-default.json index 9ece6a8e..b607b06e 100644 --- a/src/strings-default.json +++ b/src/strings-default.json @@ -111,7 +111,9 @@ "releaseInfo.additionalFiles.file": "{FILE}", "releaseInfo.additionalFiles.file.withSize": "{FILE} ({SIZE})", "releaseInfo.note": "Note:", - "trackList.group": "{GROUP} ({DURATION}):", + "trackList.section.withDuration": "{SECTION} ({DURATION}):", + "trackList.group": "{GROUP}:", + "trackList.group.other": "Other", "trackList.item.withDuration": "({DURATION}) {TRACK}", "trackList.item.withDuration.withArtists": "({DURATION}) {TRACK} {BY}", "trackList.item.withArtists": "{TRACK} {BY}", |