mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 23:43:03 +08:00
Fix incorrect case of localisable string for "corner radius"
This commit is contained in:
parent
fc0e27fb15
commit
f7f1dff647
@ -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.");
|
public static LocalisableString TextElementTextDescription => new TranslatableString(getKey(@"text_element_text_description"), "The text to be displayed.");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Corner Radius"
|
/// "Corner radius"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString CornerRadius => new TranslatableString(getKey(@"corner_radius"), "Corner Radius");
|
public static LocalisableString CornerRadius => new TranslatableString(getKey(@"corner_radius"), "Corner radius");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "How rounded the corners should be."
|
/// "How rounded the corners should be."
|
||||||
|
Loading…
Reference in New Issue
Block a user