فهرست منبع

Fix missing translation in SceneCreateDialog

kobewi 2 سال پیش
والد
کامیت
08ef3044ee
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      editor/scene_create_dialog.cpp

+ 1 - 1
editor/scene_create_dialog.cpp

@@ -126,7 +126,7 @@ void SceneCreateDialog::update_dialog() {
 		node_type_other->set_icon(nullptr);
 	}
 
-	update_error(node_error_label, MSG_OK, "Root node valid.");
+	update_error(node_error_label, MSG_OK, TTR("Root node valid."));
 
 	root_name = root_name_edit->get_text().strip_edges();
 	if (root_name.is_empty()) {