Switch to toggle

This commit is contained in:
Andrew Hong
2022-08-09 04:09:22 -04:00
parent 6903ce1bcc
commit aee18135a9
3 changed files with 6 additions and 6 deletions

View File

@ -150,9 +150,9 @@ namespace osu.Game.Localisation
public static LocalisableString ToggleNotifications => new TranslatableString(getKey(@"toggle_notifications"), @"Toggle notifications");
/// <summary>
/// "Show profile"
/// "Toggle profile"
/// </summary>
public static LocalisableString ShowProfile => new TranslatableString(getKey(@"show_profile"), @"Show profile");
public static LocalisableString ToggleProfile => new TranslatableString(getKey(@"toggle_profile"), @"Toggle profile");
/// <summary>
/// "Pause gameplay"