You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +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:
@@ -419,8 +419,8 @@ bool CustomPropertyEditor::edit(Object* p_owner,const String& p_name,Variant::Ty
|
||||
|
||||
//action_buttons[0];
|
||||
|
||||
int button_margin = get_constant("button_margin",TTR("Dialogs"));
|
||||
int margin = get_constant("margin",TTR("Dialogs"));
|
||||
int button_margin = get_constant("button_margin","Dialogs");
|
||||
int margin = get_constant("margin","Dialogs");
|
||||
|
||||
action_buttons[0]->set_anchor( MARGIN_LEFT, ANCHOR_END );
|
||||
action_buttons[0]->set_anchor( MARGIN_TOP, ANCHOR_END );
|
||||
|
||||
Reference in New Issue
Block a user