diff -r aae25d2b4464 -r 3c1e16637ad7 app/soc/models/home_settings.py --- a/app/soc/models/home_settings.py Thu Nov 20 18:50:30 2008 +0000 +++ b/app/soc/models/home_settings.py Thu Nov 20 19:43:31 2008 +0000 @@ -53,9 +53,9 @@ 'Feed entries are shown on the home page.') #: Required path, prepended to a "link ID" to form the Setting URL. - partial_path = db.StringProperty(required=True, - verbose_name=ugettext_lazy('Settings partial path')) - partial_path.help_text = ugettext_lazy( + scope_path = db.StringProperty(required=True, + verbose_name=ugettext_lazy('Settings scope path')) + scope_path.help_text = ugettext_lazy( 'path portion of URLs for Settings, prepended to link ID') #: Required link ID, appended to a "path" to form the Setting URL.