Editor: Add some more translatable strings.
This commit is contained in:
parent
a1c03a69d2
commit
6134d8741d
30 changed files with 126 additions and 132 deletions
|
|
@ -280,7 +280,7 @@ void TextureRegionEditor::_region_input(const Ref<InputEvent> &p_input) {
|
|||
rect.expand_to(r.position);
|
||||
rect.expand_to(r.position + r.size);
|
||||
}
|
||||
undo_redo->create_action("Set Region Rect");
|
||||
undo_redo->create_action(TTR("Set Region Rect"));
|
||||
if (node_sprite) {
|
||||
undo_redo->add_do_method(node_sprite, "set_region_rect", rect);
|
||||
undo_redo->add_undo_method(node_sprite, "set_region_rect", node_sprite->get_region_rect());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue