mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 03:33:22 +08:00
Rename pause gameplay keybind to reflect other behavior
This commit is contained in:
parent
974a8d520c
commit
b5caa1b778
@ -155,9 +155,9 @@ namespace osu.Game.Localisation
|
||||
public static LocalisableString ToggleProfile => new TranslatableString(getKey(@"toggle_profile"), @"Toggle profile");
|
||||
|
||||
/// <summary>
|
||||
/// "Pause gameplay"
|
||||
/// "Pause / resume gameplay"
|
||||
/// </summary>
|
||||
public static LocalisableString PauseGameplay => new TranslatableString(getKey(@"pause_gameplay"), @"Pause gameplay");
|
||||
public static LocalisableString PauseGameplay => new TranslatableString(getKey(@"pause_gameplay"), @"Pause / resume gameplay");
|
||||
|
||||
/// <summary>
|
||||
/// "Setup mode"
|
||||
|
Loading…
Reference in New Issue
Block a user