aboutsummaryrefslogtreecommitdiff
path: root/editor/create_dialog.cpp
diff options
context:
space:
mode:
authorPoommetee Ketson2017-12-12 22:57:17 +0700
committerPoommetee Ketson2017-12-12 23:04:37 +0700
commit24df9f3707767f94a8b7842a24013aa3709b1805 (patch)
tree6afe7e0d6be6e1d886c2c40e929d9f50301f22f1 /editor/create_dialog.cpp
parent55962ce28fec5f06016ed3f66f52e6e84b817dbe (diff)
downloadgodot-24df9f3707767f94a8b7842a24013aa3709b1805.tar.gz
godot-24df9f3707767f94a8b7842a24013aa3709b1805.tar.zst
godot-24df9f3707767f94a8b7842a24013aa3709b1805.zip
Diffstat (limited to 'editor/create_dialog.cpp')
-rw-r--r--editor/create_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp
index c058d290b..2584d26fc 100644
--- a/editor/create_dialog.cpp
+++ b/editor/create_dialog.cpp
@@ -370,7 +370,7 @@ void CreateDialog::_notification(int p_what) {
void CreateDialog::set_base_type(const String &p_base) {
base_type = p_base;
- set_title(TTR("Create New") + " " + p_base);
+ set_title(vformat(TTR("Create New %s"), p_base));
_update_search();
}