User verbatim string for ToLocalisableString calls (and rename US spelling)

This commit is contained in:
Dean Herbert
2021-07-31 14:27:20 +09:00
parent c7e9d09ce3
commit e6f337a3c8
6 changed files with 23 additions and 23 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Rankings.Tables
protected override Drawable[] CreateUniqueContent(UserStatistics item) => new Drawable[]
{
new RowText { Text = item.PP.ToLocalisableString("N0"), }
new RowText { Text = item.PP.ToLocalisableString(@"N0"), }
};
}
}