From bedf318c925cfa861a2a7e7898a19603592f1373 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 27 Sep 2008 02:32:28 -0700 Subject: [PATCH] More mention of CSV export. --- view/Download_page.py | 2 +- view/Upgrade_page.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/Download_page.py b/view/Download_page.py index ce4785f..159d915 100644 --- a/view/Download_page.py +++ b/view/Download_page.py @@ -300,7 +300,7 @@ class Download_page( Product_page ): H4( u"What happens to my wiki if I stop using Luminotes?", class_ = u"upgrade_question" ), P( """ - There is no lock-in with Luminotes. You can export your entire wiki to either a stand-alone web page or a CSV spreadsheet — anytime you like. + There is no lock-in with Luminotes. You can export your entire wiki to a stand-alone web page or a CSV spreadsheet — anytime you like. """, class_ = u"upgrade_text", ), diff --git a/view/Upgrade_page.py b/view/Upgrade_page.py index 3ae2743..efe7390 100644 --- a/view/Upgrade_page.py +++ b/view/Upgrade_page.py @@ -282,7 +282,7 @@ class Upgrade_page( Product_page ): P( """ Your wiki is fully backed up every day, and you can even download the entire contents - of your wiki by clicking "download as html" whenever you want. + of your wiki as a stand-alone web page or a CSV spreadsheet — anytime you like. """, class_ = u"upgrade_text", ),