Merge pull request #114406 from KoBeWi/zaznacz
Improve generic quick open title
This commit is contained in:
commit
27ff328ef7
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ String EditorQuickOpenDialog::get_dialog_title(const Vector<StringName> &p_base_
|
|||
return TTR("Select Scene");
|
||||
}
|
||||
|
||||
return TTR("Select") + " " + p_base_types[0];
|
||||
return vformat(TTR("Select %s"), p_base_types[0]);
|
||||
}
|
||||
|
||||
void EditorQuickOpenDialog::popup_dialog(const Vector<StringName> &p_base_types, const Callable &p_item_selected_callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue