diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-04 13:50:33 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-04 13:50:33 -0400 |
commit | 2cd8c5b4b7a9e674900cdecfeee7c3bd850124bd (patch) | |
tree | 5ff75f4722d0474d38a44e2f2f8c763c0495eec1 /src | |
parent | ac52cbf1692746c9bf96d79c5f15b27911df300c (diff) |
content: generateTrackInfoPage: group subheadings nicer strings
Diffstat (limited to 'src')
-rw-r--r-- | src/strings-default.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 4a7c6675..a3f997ee 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -291,16 +291,16 @@ releaseInfo: sticky: _: "Tracks that reference this one:" - fromGroup: "Tracks from {GROUP} that reference this one:" - fromOther: "Tracks from somewhere else that reference this one:" + fromGroup: "Tracks that reference this one — from {GROUP}:" + fromOther: "Tracks that reference this one — from somewhere else:" tracksThatSample: _: "Tracks that sample {TRACK}:" sticky: _: "Tracks that sample this one:" - fromGroup: "Tracks from {GROUP} that sample this one:" - fromOther: "Tracks from somewhere else that sample this one:" + fromGroup: "Tracks that sample this one — from {GROUP}:" + fromOther: "Tracks that sample this one — from somewhere else:" flashesThatFeature: _: "Flashes & games that feature {TRACK}:" |