1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 16:12:57 +08:00

Localize the button

This commit is contained in:
ansel 2022-10-17 20:41:23 +03:00
parent 797acf334f
commit cd77ae062e

View File

@ -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)
{