mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 19:27:31 +08:00
Use another string for title
This commit is contained in:
parent
57320074a0
commit
ed39481932
@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Comments
|
|||||||
{
|
{
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Text = UsersStrings.ReportTitle(comment.Comment.User?.Username ?? comment.Comment.LegacyName!),
|
Text = ReportStrings.CommentTitle(comment.Comment.User?.Username ?? comment.Comment.LegacyName!),
|
||||||
Font = OsuFont.Torus.With(size: 25),
|
Font = OsuFont.Torus.With(size: 25),
|
||||||
Margin = new MarginPadding { Bottom = 10 }
|
Margin = new MarginPadding { Bottom = 10 }
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user