Fixed some typo in app/soc/views/models/base.py
authorChen Lunpeng <forever.clp@gmail.com>
Fri, 27 Mar 2009 13:16:27 +0000
changeset 2021 3ab5d0d73f38
parent 2020 df3552deba66
child 2022 3d84ec6dbd03
Fixed some typo in app/soc/views/models/base.py Patch by: Chen Lunpeng Reviewed by: to-be-reviewed
app/soc/views/models/base.py
--- a/app/soc/views/models/base.py	Fri Mar 27 11:16:35 2009 +0000
+++ b/app/soc/views/models/base.py	Fri Mar 27 13:16:27 2009 +0000
@@ -146,7 +146,7 @@
 
     Params usage:
       rights: The rights dictionary is used to check if the user has
-        the required rights to view the public page for this entity.
+        the required rights to view the admin page for this entity.
         See checkAccess for more details on how the rights dictionary
         is used to check access rights.
       name: The name value is used to set the entity_type in the
@@ -872,7 +872,7 @@
       template: if specified, this template is
 
     Params usage:
-      name: The name_plural value is used to set the entity_type
+      name: The name value is used to set the entity_type
        value in the context so that the template can refer to it.
       name_plural: same as name, but used to set entity_type_plural
       name_short: same as name, but used to set entity_type_short