From 818b25e64ca7fe92e4386b4bd848b821148e3fd6 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 27 Mar 2008 04:14:13 +0000 Subject: [PATCH] Another "thing to do" with Luminotes. --- view/Front_page.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/Front_page.py b/view/Front_page.py index 44b59bb..0cf77c5 100644 --- a/view/Front_page.py +++ b/view/Front_page.py @@ -242,7 +242,8 @@ class Front_page( Product_page ): u"What can you do with Luminotes?", ), Ul( - Li( u"Plan a story" ), + Li( u"Outline a story" ), + Li( u"Plan a trip" ), Li( u"Collect recipes" ), Li( u"Record your ideas" ), Li( u"Keep track of your tasks" ),