1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

Fix incorrect case of localisable string for "corner radius"

This commit is contained in:
Dean Herbert 2023-03-07 16:45:33 +09:00
parent fc0e27fb15
commit f7f1dff647

View File

@ -40,9 +40,9 @@ namespace osu.Game.Localisation.SkinComponents
public static LocalisableString TextElementTextDescription => new TranslatableString(getKey(@"text_element_text_description"), "The text to be displayed.");
/// <summary>
/// "Corner Radius"
/// "Corner radius"
/// </summary>
public static LocalisableString CornerRadius => new TranslatableString(getKey(@"corner_radius"), "Corner Radius");
public static LocalisableString CornerRadius => new TranslatableString(getKey(@"corner_radius"), "Corner radius");
/// <summary>
/// "How rounded the corners should be."