Standardize lowercase UI presentation
This commit is contained in:
parent
7ab3c86e93
commit
633bbd9a88
29 changed files with 100 additions and 100 deletions
|
|
@ -33,4 +33,4 @@ func is_valid() -> bool:
|
|||
|
||||
|
||||
func get_category_name() -> String:
|
||||
return Category.keys()[category].capitalize()
|
||||
return Category.keys()[category].to_lower()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue