mirror of
https://github.com/ppy/osu
synced 2025-02-01 19:02:00 +00: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)
|
private ModsInfoColumn(FillFlowContainer modsContainer)
|
||||||
: base("mods", modsContainer)
|
: base(BeatmapsetsStrings.ShowScoreboardHeadersMods, modsContainer)
|
||||||
{
|
{
|
||||||
this.modsContainer = modsContainer;
|
this.modsContainer = modsContainer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user