mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 14:57:21 +08:00
Merge pull request #32262 from GAMIS65/report-button-localisation
Use localisation from osu web for the report button
This commit is contained in:
commit
479c73c1ac
@ -178,7 +178,7 @@ namespace osu.Game.Overlays.Chat
|
||||
}
|
||||
|
||||
if (!user.Equals(api.LocalUser.Value))
|
||||
items.Add(new OsuMenuItem("Report", MenuItemType.Destructive, ReportRequested));
|
||||
items.Add(new OsuMenuItem(UsersStrings.ReportButtonText, MenuItemType.Destructive, ReportRequested));
|
||||
|
||||
return items.ToArray();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user