1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:43:04 +08:00

Localise top score mods statistics

This commit is contained in:
Lucas A 2021-08-20 09:22:15 +02:00
parent bf7f0a5d30
commit 19cc4a14a3

View File

@ -235,7 +235,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
}
private ModsInfoColumn(FillFlowContainer modsContainer)
: base("mods", modsContainer)
: base(BeatmapsetsStrings.ShowScoreboardHeadersMods, modsContainer)
{
this.modsContainer = modsContainer;
}