mirror of https://github.com/ppy/osu
Remove localisation of "hide" string to fix incorrect case
This commit is contained in:
parent
a40d140353
commit
999b4505d1
|
@ -244,7 +244,7 @@ public MenuItem[] ContextMenuItems
|
|||
}
|
||||
|
||||
if (hideRequested != null)
|
||||
items.Add(new OsuMenuItem(CommonStrings.ButtonsHide, MenuItemType.Destructive, () => hideRequested(beatmapInfo)));
|
||||
items.Add(new OsuMenuItem("Hide", MenuItemType.Destructive, () => hideRequested(beatmapInfo)));
|
||||
|
||||
return items.ToArray();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue