You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user