From a5a61ce6b0ef2b97eb04c338888e60f774eb5d86 Mon Sep 17 00:00:00 2001 From: Warmist Date: Sat, 30 Apr 2016 23:01:48 +0300 Subject: [PATCH] I think i got the perfect message now. --- scripts/gui/gm-editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gui/gm-editor.lua b/scripts/gui/gm-editor.lua index c8cdf5d3d..9b03ba279 100644 --- a/scripts/gui/gm-editor.lua +++ b/scripts/gui/gm-editor.lua @@ -212,7 +212,7 @@ end function GmEditorUi:insertNew(typename) local tp=typename if typename == nil then - dialog.showInputPrompt("Class type","Input class type or leave empty for auto and '*' for new ptr type auto:",COLOR_WHITE,"",self:callback("insertNew")) + dialog.showInputPrompt("Class type","You can:\n * Enter type name (without 'df.')\n * Leave empty for default type and 'nil' value\n * Enter '*' for default type and 'new' constructed pointer value",COLOR_WHITE,"",self:callback("insertNew")) return end