Mercurial > enso_core
changeset 44:78bb785c992e
Changed opening message XML.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 24 Feb 2008 21:44:34 -0600 |
parents | 16a9b0136822 |
children | d7c68ba81215 |
files | enso/config.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/enso/config.py Sun Feb 24 21:00:35 2008 -0600 +++ b/enso/config.py Sun Feb 24 21:44:34 2008 -0600 @@ -46,7 +46,8 @@ "Use backspace to delete characters." # Message XML for the Splash message shown when Enso first loads. -OPENING_MSG_XML = "<p>Welcome to Enso.</p>" +OPENING_MSG_XML = "<p>Welcome to <command>Enso</command>!</p>" + \ + "<caption>Copyright © 2008 Humanized, Inc.</caption>" # Message XML displayed when the mouse hovers over a mini message. MINI_MSG_HELP_XML = "<p>The <command>hide mini messages</command>" \