diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-21 01:18:35 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-21 01:27:27 +0200 |
commit | 00d8f8604476b525869787f0962bf41b4b591061 (patch) | |
tree | 3c7503bc7f52678a8e342197a418ba10b776ad4d /tools/editor/script_editor_debugger.cpp | |
parent | c2d754516f1c94674fc27afe329f41c34aedaaa9 (diff) | |
download | redot-engine-00d8f8604476b525869787f0962bf41b4b591061.tar.gz |
i18n: Second pass at proofreading
Mostly removing commented out strings, plus a few critical ones
that should not be translated.
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
-rw-r--r-- | tools/editor/script_editor_debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp index 0dedbe245a..ca615da783 100644 --- a/tools/editor/script_editor_debugger.cpp +++ b/tools/editor/script_editor_debugger.cpp @@ -1314,7 +1314,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor){ errvb = memnew( VBoxContainer ); errvb->set_h_size_flags(SIZE_EXPAND_FILL); error_stack = memnew( ItemList ); - errvb->add_margin_child(TTR("Stack Trace (if applies):"),error_stack,true); + errvb->add_margin_child(TTR("Stack Trace (if applicable):"),error_stack,true); error_split->add_child(errvb); error_split->set_name(TTR("Errors")); |