Rename pause gameplay keybind to reflect other behavior

This commit is contained in:
Joseph Madamba 2023-01-10 15:53:41 -08:00
parent 974a8d520c
commit b5caa1b778

View File

@ -155,9 +155,9 @@ namespace osu.Game.Localisation
public static LocalisableString ToggleProfile => new TranslatableString(getKey(@"toggle_profile"), @"Toggle profile"); public static LocalisableString ToggleProfile => new TranslatableString(getKey(@"toggle_profile"), @"Toggle profile");
/// <summary> /// <summary>
/// "Pause gameplay" /// "Pause / resume gameplay"
/// </summary> /// </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> /// <summary>
/// "Setup mode" /// "Setup mode"