diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-06 18:41:12 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-10 13:31:05 -0400 |
commit | eb9d8d8d71debaad39e93c873b4fa0f86431c59e (patch) | |
tree | ccfcfcd473b4583c87224ac03b1f6a628dea72bb /src | |
parent | 7139db9b07d049459e7f0100ba37acb495c1fdfb (diff) |
content: move colon before duration in track section title
Diffstat (limited to 'src')
-rw-r--r-- | src/strings-default.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 0a6109a3..53598e38 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -360,7 +360,7 @@ releaseInfo: # trackList: section: - withDuration: "{SECTION} ({DURATION}):" + withDuration: "{SECTION}: ({DURATION})" group: _: "From {GROUP}:" |