From d723f4107f5dd9f0023dc60ef5fd1cb0b61f79b8 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 23 Apr 2015 12:10:46 -0700 Subject: [PATCH] removed youtube note --- editor/scriptList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/scriptList.ts b/editor/scriptList.ts index 2f1edb3a..c9ab41c6 100644 --- a/editor/scriptList.ts +++ b/editor/scriptList.ts @@ -3567,7 +3567,7 @@ var text = HTML.mkTextArea(); var postBtn = div(null); text.rows = 1; - text.placeholder = reply ? lf("Reply... (or a YouTube link)") : lf("Post a comment... (or a YouTube link)"); + text.placeholder = reply ? lf("Reply...") : lf("Post a comment..."); var postDiv:HTMLElement = div("commentPost", div(null, text), postBtn); var post = () => {