Fix TTR misuse
This commit is contained in:
parent
3f1fc5af7a
commit
280d4e2965
7 changed files with 43 additions and 43 deletions
|
|
@ -411,7 +411,7 @@ void AnimationPlayerEditor::_animation_remove() {
|
|||
|
||||
String current = animation->get_item_text(animation->get_selected());
|
||||
|
||||
delete_dialog->set_text(TTR("Delete Animation '" + current + "'?"));
|
||||
delete_dialog->set_text(vformat(TTR("Delete Animation '%s'?"), current));
|
||||
delete_dialog->popup_centered();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue