diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-07-12 17:14:47 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-07-12 17:14:47 -0300 |
commit | 837b1d1bb09986e4a5634d52acf61c8c748ba88b (patch) | |
tree | bfb69d117bf5fa79ec6fa866be04029c47b66bb0 /src/strings-default.yaml | |
parent | c6bdd7a09b3968de3b0ebb19a129d081efc7c09a (diff) |
content: "read artist and wiki commentary", etc
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index a56956f9..c43e757e 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -368,7 +368,11 @@ releaseInfo: readCommentary: _: "Read {LINK}." - link: "artist commentary" + + link: + _: "artist commentary" + withWikiCommentary: "artist and wiki commentary" + onlyWikiCommentary: "wiki commentary" readCreditingSources: _: "Read {LINK}." @@ -495,6 +499,14 @@ misc: _: "Artist commentary for {THING}:" sticky: "Artist commentary:" + withWikiCommentary: + _: "Artist and wiki commentary for {THING}:" + sticky: "Artist and wiki commentary:" + + onlyWikiCommentary: + _: "Wiki commentary for {THING}:" + sticky: "Wiki commentary:" + entry: title: _: "{ARTISTS}:" |