Fixed typo in DEF_CREATE_NEW_DOC_MSG.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 01 Oct 2008 19:15:20 +0000
changeset 247 4997b54b0400
parent 246 5d2df032e19e
child 248 95e0b84e71c5
Fixed typo in DEF_CREATE_NEW_DOC_MSG.
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' \
                          ' <a href="/site/docs/edit">Create ' \
                          'a New Document</a> page.'