1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-04 23:43:00 +08:00

Lowercase "p"

This commit is contained in:
Andrew Hong 2022-08-09 02:56:12 -04:00
parent f65b7ef058
commit 3473347f35

View File

@ -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"