# HG changeset patch # User Pawel Solyga # Date 1224752882 0 # Node ID c8ac5c1161e2a8c96a0a15a86f4248f7735d8866 # Parent 2af7f84f4fc7a61b55e8d9c7f248babc7a1eeb9f Addresses comments to r866. http://code.google.com/p/soc/source/detail?r=866 Patch by: Pawel Solyga Review by: to-be-reviewed diff -r 2af7f84f4fc7 -r c8ac5c1161e2 app/soc/models/site_settings.py --- a/app/soc/models/site_settings.py Thu Oct 23 05:21:41 2008 +0000 +++ b/app/soc/models/site_settings.py Thu Oct 23 09:08:02 2008 +0000 @@ -34,8 +34,8 @@ #: Valid Google Analytics tracking number, if entered every page #: is going to have Google Analytics JS initialization code in #: the footer with the given tracking number. - ga_tracking_no = db.StringProperty(verbose_name=ugettext_lazy('Google Analytics')) - ga_tracking_no.help_text = ugettext_lazy( + ga_tracking_num = db.StringProperty(verbose_name=ugettext_lazy('Google Analytics')) + ga_tracking_num.help_text = ugettext_lazy( 'Valid Google Analytics tracking number. If the number is ' 'entered every page is going to have Google Analytics ' 'initialization code in footer.') diff -r 2af7f84f4fc7 -r c8ac5c1161e2 app/soc/templates/soc/base.html --- a/app/soc/templates/soc/base.html Thu Oct 23 05:21:41 2008 +0000 +++ b/app/soc/templates/soc/base.html Thu Oct 23 09:08:02 2008 +0000 @@ -147,7 +147,7 @@ {% endblock %}