mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-24 18:17:21 +01:00
Fix typo.
This commit is contained in:
parent
73bdeb40c6
commit
ac39ffb96b
@ -113,7 +113,7 @@ PropEditorPlugin::PropEditorPlugin(EditorNode *p_node) {
|
|||||||
b->set_icon(editor->get_scene_tree_dock()->get_theme_icon("AssetLib", "EditorIcons"));
|
b->set_icon(editor->get_scene_tree_dock()->get_theme_icon("AssetLib", "EditorIcons"));
|
||||||
//b->set_text("To Prop");
|
//b->set_text("To Prop");
|
||||||
b->set_tooltip(TTR("Quick convert this scene to a Prop Resource."));
|
b->set_tooltip(TTR("Quick convert this scene to a Prop Resource."));
|
||||||
b->set_shortcut(ED_SHORTCUT("spatial_editor/quick_prop_convert", "Quick convert scene to PropData.", KEY_MASK_ALT + KEY_U));
|
b->set_shortcut(ED_SHORTCUT("spatial_editor/quick_prop_convert", "Quick convert scene to Prop.", KEY_MASK_ALT + KEY_U));
|
||||||
|
|
||||||
add_control_to_container(EditorPlugin::CONTAINER_SPATIAL_EDITOR_MENU, bc);
|
add_control_to_container(EditorPlugin::CONTAINER_SPATIAL_EDITOR_MENU, bc);
|
||||||
}
|
}
|
||||||
|
@ -111,7 +111,7 @@ Prop2DEditorPlugin::Prop2DEditorPlugin(EditorNode *p_node) {
|
|||||||
b->set_icon(editor->get_scene_tree_dock()->get_theme_icon("AssetLib", "EditorIcons"));
|
b->set_icon(editor->get_scene_tree_dock()->get_theme_icon("AssetLib", "EditorIcons"));
|
||||||
//b->set_text("To Prop2D");
|
//b->set_text("To Prop2D");
|
||||||
b->set_tooltip(TTR("Quick convert this scene to a Prop 2D Resource."));
|
b->set_tooltip(TTR("Quick convert this scene to a Prop 2D Resource."));
|
||||||
b->set_shortcut(ED_SHORTCUT("spatial_editor/quick_prop_convert", "Quick convert scene to Prop2DData.", KEY_MASK_ALT + KEY_U));
|
b->set_shortcut(ED_SHORTCUT("canvas_item_editor/quick_prop_convert", "Quick convert scene to Prop 2D.", KEY_MASK_ALT + KEY_U));
|
||||||
|
|
||||||
add_control_to_container(EditorPlugin::CONTAINER_CANVAS_EDITOR_MENU, bc);
|
add_control_to_container(EditorPlugin::CONTAINER_CANVAS_EDITOR_MENU, bc);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user