Remove simple localisable .ToString() calls

This commit is contained in:
Bartłomiej Dach
2021-10-30 18:50:34 +02:00
parent 11de924704
commit ed00cd9fc5
5 changed files with 7 additions and 7 deletions

View File

@ -83,7 +83,7 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
cp.Font = OsuFont.Default.With(size: 24);
})
{
Text = HeaderText.ToString(),
Text = HeaderText,
TextAnchor = Anchor.TopCentre,
Margin = new MarginPadding(10),
RelativeSizeAxes = Axes.X,