witten
/
luminotes
Archived
1
0
Fork 0

Changed "download in a single click" text since now technically it takes two clicks.

This commit is contained in:
Dan Helfman 2008-09-27 00:50:16 -07:00
parent 8c54f7e59c
commit dd274cc3e7
2 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@ class Front_page( Product_page ):
href = u"/tour", href = u"/tour",
), ),
Div( u"Take your wiki to go", class_ = u"thumbnail_caption" ), Div( u"Take your wiki to go", class_ = u"thumbnail_caption" ),
Div( u"Download your entire wiki with a single click.", class_ = u"thumbnail_caption_detail" ), Div( u"Download your wiki as a web page or spreadsheet.", class_ = u"thumbnail_caption_detail" ),
class_ = u"thumbnail_cell", class_ = u"thumbnail_cell",
), ),
Td( Td(

View File

@ -76,7 +76,7 @@ class Tour_page( Product_page ):
Ol( Ol(
Li( u"Connect your thoughts with links between notes" ), Li( u"Connect your thoughts with links between notes" ),
Li( u"Track past revisions and make updates without worry" ), Li( u"Track past revisions and make updates without worry" ),
Li( u"Download your complete wiki with a single click" ), Li( u"Download your complete wiki as a web page or spreadsheet" ),
Li( u"Attach files to your wiki and download them anytime" ), Li( u"Attach files to your wiki and download them anytime" ),
class_ = u"tour_list", class_ = u"tour_list",
), ),