1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 04:29:52 +08:00

Localize the button

This commit is contained in:
ansel
2022-10-17 20:41:23 +03:00
Unverified
parent 797acf334f
commit cd77ae062e
@@ -333,7 +333,7 @@ namespace osu.Game.Overlays.Comments
if (Comment.UserId.HasValue && Comment.UserId.Value == api.LocalUser.Value.Id)
actionsContainer.AddLink("Delete", deleteComment);
else
actionsContainer.AddLink("Report", this.ShowPopover);
actionsContainer.AddLink(UsersStrings.ReportButtonText, this.ShowPopover);
if (Comment.IsTopLevel)
{