witten
/
luminotes
Archived
1
0
Fork 0

Changed "us" to "we".

This commit is contained in:
Dan Helfman 2007-08-29 00:24:26 +00:00
parent c1b99b3a71
commit d867aba6a1
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class Error_page( Page ):
H2( title ), H2( title ),
P( P(
u"Something went wrong! If you care, please", u"Something went wrong! If you care, please",
A( "let us know about it.", href = "mailto:%s" % support_email ), A( "let me know about it.", href = "mailto:%s" % support_email ),
u"Be sure to include the following information:", u"Be sure to include the following information:",
), ),
Ul( Ul(

View File

@ -13,7 +13,7 @@ class Not_found_page( Page ):
H2( title ), H2( title ),
P( P(
u"This is not the page you're looking for. If you care, please", u"This is not the page you're looking for. If you care, please",
A( "let us know about it.", href = "mailto:%s" % support_email ), A( "let me know about it.", href = "mailto:%s" % support_email ),
), ),
P( P(
u"Thanks!", u"Thanks!",