diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-25 09:00:52 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-25 09:01:03 -0300 |
| commit | 470159c599cc9042901b0ba66e471272d52ce89c (patch) | |
| tree | 1365a75ab6d0731bd16ae90d70ad1c64eb70ab05 | |
| parent | 2ba3e81ff0e0c84d9e717457c758d57eec647968 (diff) | |
content: Flashes & Games -> Flashes
| -rw-r--r-- | src/strings-default.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index fa45afd4..a59ae9a4 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -101,11 +101,11 @@ count: _: "{FLASHES}" withUnit: zero: "" - one: "{FLASHES} flashes & games" + one: "{FLASHES} flashes" two: "" few: "" many: "" - other: "{FLASHES} flashes & games" + other: "{FLASHES} flashes" tracks: _: "{TRACKS}" @@ -336,8 +336,8 @@ releaseInfo: fromOther: "Tracks that sample this one — from somewhere else:" flashesThatFeature: - _: "Flashes & games that feature {TRACK}:" - sticky: "Flashes & games that feature this track:" + _: "Flashes that feature {TRACK}:" + sticky: "Flashes that feature this track:" item: _: "{FLASH}" @@ -903,7 +903,7 @@ misc: tracks: "Tracks" artworks: "Artworks" - flashes: "Flashes & Games" + flashes: "Flashes" commentary: "Commentary" # Displayed on track and flash info pages. @@ -1468,7 +1468,7 @@ artistPage: title: "Artworks" flashList: - title: "Flashes & Games" + title: "Flashes" commentaryList: title: "Commentary" @@ -1671,7 +1671,7 @@ commentaryIndex: # section ("side") of flash acts. # flashIndex: - title: "Flashes & Games" + title: "Flashes" # # flashSidebar: @@ -2087,7 +2087,7 @@ listingPage: title: trackContributors: "Contributed tracks:" artContributors: "Contributed artworks:" - flashContributors: "Contributed to flashes & games:" + flashContributors: "Contributed to flashes:" # listArtists.byCommentary: # Lists artists by number of commentary entries, most to least, @@ -2313,8 +2313,8 @@ listingPage: # excluded from the list. inFlashes.byAlbum: - title: "Tracks - in Flashes & Games (by Album)" - title.short: "...in Flashes & Games (by Album)" + title: "Tracks - in Flashes (by Album)" + title.short: "...in Flashes (by Album)" chunk: title: "{ALBUM}" @@ -2329,8 +2329,8 @@ listingPage: # any flashes are totally excluded from the list. inFlashes.byFlash: - title: "Tracks - in Flashes & Games (by Flash)" - title.short: "...in Flashes & Games (by Flash)" + title: "Tracks - in Flashes (by Flash)" + title.short: "...in Flashes (by Flash)" chunk: title: "{FLASH}" |