mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 23:23:18 +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)
|
if (Comment.UserId.HasValue && Comment.UserId.Value == api.LocalUser.Value.Id)
|
||||||
actionsContainer.AddLink("Delete", deleteComment);
|
actionsContainer.AddLink("Delete", deleteComment);
|
||||||
else
|
else
|
||||||
actionsContainer.AddLink("Report", this.ShowPopover);
|
actionsContainer.AddLink(UsersStrings.ReportButtonText, this.ShowPopover);
|
||||||
|
|
||||||
if (Comment.IsTopLevel)
|
if (Comment.IsTopLevel)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user