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
1 changed files with 2 additions and 2 deletions

View File

@ -155,9 +155,9 @@ public static class GlobalActionKeyBindingStrings
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"