mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +00:00
i18n: Second pass at proofreading
Mostly removing commented out strings, plus a few critical ones that should not be translated.
This commit is contained in:
parent
c2d754516f
commit
00d8f86044
38 changed files with 272 additions and 320 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue