1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 07:13:43 +08:00

Use more neutral terminology to avoid contentious 'beatmap' term

This commit is contained in:
Bartłomiej Dach
2025-02-11 09:17:11 +01:00
Unverified
parent 884fa20b28
commit d8b3c28c2e
@@ -168,8 +168,8 @@ namespace osu.Game.Collections
countText.Text = count == 1
// Intentionally not localised until we have proper support for this (see https://github.com/ppy/osu-framework/pull/4918
// but also in this case we want support for formatting a number within a string).
? $"{count:#,0} beatmap"
: $"{count:#,0} beatmaps";
? $"{count:#,0} item"
: $"{count:#,0} items";
}
else
{