mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 07:53:41 +08:00
Localise "Show storyboard" in Editor
This commit is contained in:
@@ -19,6 +19,11 @@ namespace osu.Game.Localisation
|
||||
/// </summary>
|
||||
public static LocalisableString WaveformOpacity => new TranslatableString(getKey(@"waveform_opacity"), @"Waveform opacity");
|
||||
|
||||
/// <summary>
|
||||
/// "Show storyboard"
|
||||
/// </summary>
|
||||
public static LocalisableString ShowStoryboard => new TranslatableString(getKey(@"show_storyboard"), @"Show storyboard");
|
||||
|
||||
/// <summary>
|
||||
/// "Show hit markers"
|
||||
/// </summary>
|
||||
|
||||
@@ -424,7 +424,7 @@ namespace osu.Game.Screens.Edit
|
||||
},
|
||||
new OsuMenuItemSpacer(),
|
||||
new BackgroundDimMenuItem(editorBackgroundDim),
|
||||
new ToggleMenuItem("Show storyboard")
|
||||
new ToggleMenuItem(EditorStrings.ShowStoryboard)
|
||||
{
|
||||
State = { BindTarget = editorShowStoryboard },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user