mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Localise top score mods statistics
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user