From 82f427422a1370d457fde605fcee93ce4209df89 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 26 Mar 2011 18:48:38 +0000 Subject: [PATCH] Updated welcome to text to read something more friendly and useful --- node/PadManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/PadManager.js b/node/PadManager.js index fc550c99..ee48eec8 100644 --- a/node/PadManager.js +++ b/node/PadManager.js @@ -25,7 +25,7 @@ var AttributePoolFactory = require("./AttributePoolFactory"); /** * The initial Text of a Pad */ -exports.startText = "Hello World\nGoodbye Etherpad"; +exports.startText = "Welcome to Etherpad Lite. This pad text is synchronized as you type, so that everyone viewing this page sees the same text."; /** * A Array with all known Pads