diff --git a/ncms_compatible_layer/NCMS/Utils/PowerButtons.cs b/ncms_compatible_layer/NCMS/Utils/PowerButtons.cs index 3adf051..dad1af9 100644 --- a/ncms_compatible_layer/NCMS/Utils/PowerButtons.cs +++ b/ncms_compatible_layer/NCMS/Utils/PowerButtons.cs @@ -23,7 +23,7 @@ public static PowerButton CreateButton(string name, Sprite sprite, string title, Transform parent = null, UnityAction call = null) { LM.AddToCurrentLocale(name, title); - LM.AddToCurrentLocale(name + " Description", description); + LM.AddToCurrentLocale(name + " description", description); LM.ApplyLocale(false); PowerButton asPowerButton; switch (type) @@ -173,4 +173,4 @@ public static void ToggleButton(string name) } } } -} \ No newline at end of file +}