# HG changeset patch # User Pawel Solyga # Date 1222888520 0 # Node ID 4997b54b04002d702e43e26b63bc3a4eb3cad5dc # Parent 5d2df032e19e1035f5687ca1b085ab96da90414d Fixed typo in DEF_CREATE_NEW_DOC_MSG. diff -r 5d2df032e19e -r 4997b54b0400 app/soc/views/site/docs/edit.py --- a/app/soc/views/site/docs/edit.py Wed Oct 01 16:47:00 2008 +0000 +++ b/app/soc/views/site/docs/edit.py Wed Oct 01 19:15:20 2008 +0000 @@ -66,7 +66,7 @@ DEF_SITE_DOCS_EDIT_TMPL = 'soc/site/docs/edit.html' -DEF_CREATE_NEW_DOC_MSG = ' You can create a new user by visiting the' \ +DEF_CREATE_NEW_DOC_MSG = ' You can create a new document by visiting the' \ ' Create ' \ 'a New Document page.'