Change partial path and link name verbose names in home_settings.py. Some comments fixes in site_settings.py.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 10 Nov 2008 16:40:51 +0000
changeset 464 c8cfb488adf4
parent 463 b3a538f81a50
child 465 4f1b37d6d76e
Change partial path and link name verbose names in home_settings.py. Some comments fixes in site_settings.py. Patch by: Pawel Solyga
app/soc/models/home_settings.py
app/soc/models/site_settings.py
--- a/app/soc/models/home_settings.py	Mon Nov 10 16:07:18 2008 +0000
+++ b/app/soc/models/home_settings.py	Mon Nov 10 16:40:51 2008 +0000
@@ -54,11 +54,11 @@
 
   #: Required path, prepended to a "link name" to form the Setting URL.
   partial_path = db.StringProperty(required=True,
-      verbose_name=ugettext_lazy('Partial path for Settings'))
+      verbose_name=ugettext_lazy('Settings partial path'))
   partial_path.help_text = ugettext_lazy(
     'path portion of URLs for Settings, prepended to link name')
 
   #: Required link name, appended to a "path" to form the Setting URL.
   link_name = db.StringProperty(required=True,
-      verbose_name=ugettext_lazy('Link name for Settings'))
+      verbose_name=ugettext_lazy('Setttings link name'))
   link_name.help_text = ugettext_lazy('link name for Settings used in URLs')
--- a/app/soc/models/site_settings.py	Mon Nov 10 16:07:18 2008 +0000
+++ b/app/soc/models/site_settings.py	Mon Nov 10 16:40:51 2008 +0000
@@ -41,7 +41,7 @@
       'entered every page is going to have Google Analytics '
       'initialization code in footer.')
 
-  # valid Google Maps API Key. Used to embed Google Maps.
+  #: Valid Google Maps API Key. Used to embed Google Maps.
   gm_api_key = db.StringProperty(verbose_name=ugettext_lazy('Google Maps'))
   gm_api_key.help_text = ugettext_lazy(
       'Valid Google Maps API Key. This key is used for '