« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/strings-default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r--src/strings-default.yaml8
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}"