From 24df9f3707767f94a8b7842a24013aa3709b1805 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Tue, 12 Dec 2017 22:57:17 +0700 Subject: Enhance undoredo action name, TTR, cleanup --- editor/create_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/create_dialog.cpp') diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp index c058d290bf..2584d26fc4 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(); } -- cgit v1.2.3