You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Add more translatable text for editor plugins.
This commit is contained in:
@@ -103,6 +103,6 @@ StyleBoxEditorPlugin::StyleBoxEditorPlugin(EditorNode *p_node) {
|
||||
stylebox_editor->set_custom_minimum_size(Size2(0, 250));
|
||||
|
||||
//p_node->get_viewport()->add_child(stylebox_editor);
|
||||
button = p_node->add_bottom_panel_item("StyleBox", stylebox_editor);
|
||||
button = p_node->add_bottom_panel_item(TTR("StyleBox"), stylebox_editor);
|
||||
button->hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user