]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/extkeys.py
Merged pt_BR locale from https://github.com/OSQA/osqa/commit/676fdbc347f8f5e91a66b215...
[osqa.git] / forum / settings / extkeys.py
index b57147220d00b242bdb438942e385a185aaf86d6..9d439df0b7ba5939d391a0da7cccea6cfa6a6e54 100644 (file)
@@ -5,14 +5,11 @@ EXT_KEYS_SET = SettingSet('extkeys', _('External Keys'), _("Keys for various ext
 \r
 GOOGLE_SITEMAP_CODE = Setting('GOOGLE_SITEMAP_CODE', '', EXT_KEYS_SET, dict(\r
 label = _("Google sitemap code"),\r
-help_text = """\r
-This is the code you get when you register your site at <a href="https://www.google.com/webmasters/tools/">Google webmaster central</a>.\r
-""",\r
+help_text = _("This is the code you get when you register your site at <a href='https://www.google.com/webmasters/tools/'>Google webmaster central</a>."),\r
 required=False))\r
 \r
 GOOGLE_ANALYTICS_KEY = Setting('GOOGLE_ANALYTICS_KEY', '', EXT_KEYS_SET, dict(\r
 label = _("Google analytics key"),\r
-help_text = """\r
-Your Google analytics key. You can get one at the <a href="http://www.google.com/analytics/">Google analytics official website</a>\r
-""",\r
-required=False))
\ No newline at end of file
+help_text = _("Your Google analytics key. You can get one at the <a href='http://www.google.com/analytics/'>Google analytics official website</a>"),\r
+required=False))\r
+\r