1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +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");
/// <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"