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:
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user