Editor title description.
authorRobert Konigsberg <konigsberg@google.com>
Sun, 8 Jan 2012 07:09:13 +0000 (02:09 -0500)
committerRobert Konigsberg <konigsberg@google.com>
Sun, 8 Jan 2012 07:09:13 +0000 (02:09 -0500)
experimental/palette/palette.js

index 86db6da..ba55bc9 100644 (file)
@@ -100,7 +100,7 @@ Palette.prototype.create = function(document, parentElement) {
                  inputValue = opts[opt].type + "{\n\n}";
                }
               var textarea = new TextArea();
-              textarea.show("enter function", inputValue);
+              textarea.show("Function for " + opt, inputValue);
               textarea.okCallback = function(value) {
                  if (value != inputValue) {
                    entry.functionString = value;