diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index 8d00f942d..57cbdcd2d 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -2647,6 +2647,9 @@ body.rulespage-body { .bottommenu { color: gray; font-size: smaller; clear: both} .bottommenu a { color: gray; text-decoration: underline; } +.bottommenu .updated { + color: green; +} .debuginfo { text-align: right; diff --git a/r2/r2/templates/redditfooter.html b/r2/r2/templates/redditfooter.html index 99fce7e78..c544dd989 100644 --- a/r2/r2/templates/redditfooter.html +++ b/r2/r2/templates/redditfooter.html @@ -49,8 +49,9 @@ "%(user_agreement)s and %(privacy_policy)s"), nocname=True, user_agreement = dict(link_text=_("User Agreement {Genitive}"), path="http://reddit.com/wiki/useragreement"), - privacy_policy = dict(link_text=_("Privacy Policy {Genitive}"), - path="http://reddit.com/wiki/privacypolicy"))}. + privacy_policy = dict(link_text=_("Privacy Policy (updated)"), + path="http://reddit.com/wiki/privacypolicy", + _class="updated"))}. © ${_("%(year)d reddit inc. All rights reserved.") % \ dict(year=datetime.datetime.now().timetuple()[0])}