mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 18:57:20 +08:00
Use localisation
This commit is contained in:
parent
3f461c0734
commit
64830e2c31
@ -392,7 +392,7 @@ namespace osu.Game.Screens.Edit
|
||||
{
|
||||
undoMenuItem = new EditorMenuItem(CommonStrings.Undo, MenuItemType.Standard, Undo) { Hotkey = new Hotkey(PlatformAction.Undo) },
|
||||
redoMenuItem = new EditorMenuItem(CommonStrings.Redo, MenuItemType.Standard, Redo) { Hotkey = new Hotkey(PlatformAction.Redo) },
|
||||
discardChangesMenuItem = new EditorMenuItem("Discard unsaved changes", MenuItemType.Destructive, DiscardUnsavedChanges)
|
||||
discardChangesMenuItem = new EditorMenuItem(GlobalActionKeyBindingStrings.EditorDiscardUnsavedChanges, MenuItemType.Destructive, DiscardUnsavedChanges)
|
||||
{
|
||||
Hotkey = new Hotkey(GlobalAction.EditorDiscardUnsavedChanges)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user