mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Lowercase "p"
This commit is contained in:
parent
f65b7ef058
commit
3473347f35
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user