mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Lowercase "p"
This commit is contained in:
@ -150,9 +150,9 @@ namespace osu.Game.Localisation
|
||||
public static LocalisableString ToggleNotifications => new TranslatableString(getKey(@"toggle_notifications"), @"Toggle notifications");
|
||||
|
||||
/// <summary>
|
||||
/// "Show Profile"
|
||||
/// "Show profile"
|
||||
/// </summary>
|
||||
public static LocalisableString ShowProfile => new TranslatableString(getKey(@"toggle_notifications"), @"Show Profile");
|
||||
public static LocalisableString ShowProfile => new TranslatableString(getKey(@"toggle_notifications"), @"Show profile");
|
||||
|
||||
/// <summary>
|
||||
/// "Pause gameplay"
|
||||
|
Reference in New Issue
Block a user