mirror of
https://github.com/ppy/osu.git
synced 2025-02-04 23:43:00 +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");
|
public static LocalisableString ToggleNotifications => new TranslatableString(getKey(@"toggle_notifications"), @"Toggle notifications");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Show Profile"
|
/// "Show profile"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString ShowProfile => new TranslatableString(getKey(@"toggle_notifications"), @"Show Profile");
|
public static LocalisableString ShowProfile => new TranslatableString(getKey(@"toggle_notifications"), @"Show profile");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Pause gameplay"
|
/// "Pause gameplay"
|
||||||
|
Loading…
Reference in New Issue
Block a user