mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Improve slang, especially in user-visible parts
This commit is contained in:
parent
03c1b6be23
commit
fd1b94e307
17 changed files with 22 additions and 35 deletions
|
@ -491,7 +491,6 @@ void register_global_constants() {
|
|||
BIND_GLOBAL_ENUM_CONSTANT(ERR_BUSY);
|
||||
BIND_GLOBAL_ENUM_CONSTANT(ERR_HELP); ///< user requested help!!
|
||||
BIND_GLOBAL_ENUM_CONSTANT(ERR_BUG); ///< a bug in the software certainly happened ), due to a double check failing or unexpected behavior.
|
||||
BIND_GLOBAL_ENUM_CONSTANT(ERR_WTF);
|
||||
|
||||
BIND_GLOBAL_ENUM_CONSTANT(PROPERTY_HINT_NONE);
|
||||
BIND_GLOBAL_ENUM_CONSTANT(PROPERTY_HINT_RANGE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue