diff options
author | Unknown <m.hilbrunner@gmail.com> | 2017-12-05 15:41:38 +0100 |
---|---|---|
committer | Unknown <m.hilbrunner@gmail.com> | 2017-12-05 15:41:38 +0100 |
commit | fd1b94e307fadcb5a28d067e2bfac90fb8d55328 (patch) | |
tree | 2f0c70cd36791203d8bb72e787f29efaa44567fc /modules/mono/glue/cs_files | |
parent | 03c1b6be23009ca67eb585783ec0f76d9c535c88 (diff) |
Improve slang, especially in user-visible parts
Diffstat (limited to 'modules/mono/glue/cs_files')
-rw-r--r-- | modules/mono/glue/cs_files/Error.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mono/glue/cs_files/Error.cs b/modules/mono/glue/cs_files/Error.cs index 3f4a92603d..dee4b88f74 100644 --- a/modules/mono/glue/cs_files/Error.cs +++ b/modules/mono/glue/cs_files/Error.cs @@ -42,7 +42,6 @@ namespace Godot ERR_CYCLIC_LINK = 40, ERR_BUSY = 44, ERR_HELP = 46, - ERR_BUG = 47, - ERR_WTF = 49 + ERR_BUG = 47 } } |