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:
parent
bf7f0a5d30
commit
19cc4a14a3
@ -235,7 +235,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
}
|
||||
|
||||
private ModsInfoColumn(FillFlowContainer modsContainer)
|
||||
: base("mods", modsContainer)
|
||||
: base(BeatmapsetsStrings.ShowScoreboardHeadersMods, modsContainer)
|
||||
{
|
||||
this.modsContainer = modsContainer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user