Merge pull request #17075 from paulloz/fix-build-mono-debug-notools

[mono] fix build error when compiling with mono, tools=no, target=debug
This commit is contained in:
Rémi Verschelde 2018-02-27 11:24:54 +01:00 committed by GitHub
commit a6d4438fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ void print_unhandled_exception(MonoObject *p_exc, bool p_recursion_caution) {
ScriptLanguage::StackInfo separator;
separator.file = "";
separator.func = "--- " + TTR("End of inner exception stack trace") + " ---";
separator.func = "--- " + RTR("End of inner exception stack trace") + " ---";
separator.line = 0;
Vector<ScriptLanguage::StackInfo> si;