app/soc/views/site/docs/edit.py
changeset 247 4997b54b0400
parent 237 d360162714b6
child 251 8f23804302d0
--- 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.'