mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 18:27:19 +08:00
Standardise binding description case to sentence casing
This commit is contained in:
parent
e53f4c6589
commit
1e79cb498b
@ -163,10 +163,10 @@ namespace osu.Game.Input.Bindings
|
||||
[Description("Toggle now playing overlay")]
|
||||
ToggleNowPlaying,
|
||||
|
||||
[Description("Previous Selection")]
|
||||
[Description("Previous selection")]
|
||||
SelectPrevious,
|
||||
|
||||
[Description("Next Selection")]
|
||||
[Description("Next selection")]
|
||||
SelectNext,
|
||||
|
||||
[Description("Home")]
|
||||
@ -175,26 +175,26 @@ namespace osu.Game.Input.Bindings
|
||||
[Description("Toggle notifications")]
|
||||
ToggleNotifications,
|
||||
|
||||
[Description("Pause")]
|
||||
[Description("Pause gameplay")]
|
||||
PauseGameplay,
|
||||
|
||||
// Editor
|
||||
[Description("Setup Mode")]
|
||||
[Description("Setup mode")]
|
||||
EditorSetupMode,
|
||||
|
||||
[Description("Compose Mode")]
|
||||
[Description("Compose mode")]
|
||||
EditorComposeMode,
|
||||
|
||||
[Description("Design Mode")]
|
||||
[Description("Design mode")]
|
||||
EditorDesignMode,
|
||||
|
||||
[Description("Timing Mode")]
|
||||
[Description("Timing mode")]
|
||||
EditorTimingMode,
|
||||
|
||||
[Description("Hold for HUD")]
|
||||
HoldForHUD,
|
||||
|
||||
[Description("Random Skin")]
|
||||
[Description("Random skin")]
|
||||
RandomSkin,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user