Archived
1
0

Changed some wording.

This commit is contained in:
Dan Helfman 2008-12-30 22:06:21 -08:00
parent e0b0763b3e
commit ee6f0f98bb
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ class Download_page( Product_page ):
Tr(
Td(
Span( u"Unlimited", class_ = u"highlight" ), u"storage",
title = u"Add as many notes, documents, or files as you want.",
title = u"Add as many notes, documents, and files as you want.",
class_ = u"feature_value",
),
),

View File

@ -58,7 +58,7 @@ class Upgrade_page( Product_page ):
Span( "%s MB" % ( plan[ u"storage_quota_bytes" ] // MEGABYTE ), class_ = u"highlight" ) or
Span( u"unlimited", class_ = u"highlight" ),
u"storage",
title = u"Storage space lets you store your your notes, documents, and files.",
title = u"Storage space for your notes, documents, and files.",
class_ = u"feature_value" + ( index == self.FOCUSED_PLAN and u" focused_feature_value" or u"" ),
) for ( index, plan ) in enumerate( rate_plans ) ],
),
@ -241,7 +241,7 @@ class Upgrade_page( Product_page ):
Span( "%s MB" % ( plan[ u"storage_quota_bytes" ] // MEGABYTE ), class_ = u"highlight" ) or
Span( u"unlimited", class_ = u"highlight" ),
u"storage",
title = u"Storage space lets you store your your notes, documents, and files.",
title = u"Storage space for your notes, documents, and files.",
class_ = u"feature_value" + ( index == self.FOCUSED_PLAN and u" focused_feature_value" or u"" ),
) for ( index, plan ) in enumerate( rate_plans ) ],
),