X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..07fe485fb0a119fb87f8ec948185b5acdd65300e:/forum/settings/extkeys.py
diff --git a/forum/settings/extkeys.py b/forum/settings/extkeys.py
index b571472..9d439df 100644
--- a/forum/settings/extkeys.py
+++ b/forum/settings/extkeys.py
@@ -5,14 +5,11 @@ EXT_KEYS_SET = SettingSet('extkeys', _('External Keys'), _("Keys for various ext
GOOGLE_SITEMAP_CODE = Setting('GOOGLE_SITEMAP_CODE', '', EXT_KEYS_SET, dict(
label = _("Google sitemap code"),
-help_text = """
-This is the code you get when you register your site at Google webmaster central.
-""",
+help_text = _("This is the code you get when you register your site at Google webmaster central."),
required=False))
GOOGLE_ANALYTICS_KEY = Setting('GOOGLE_ANALYTICS_KEY', '', EXT_KEYS_SET, dict(
label = _("Google analytics key"),
-help_text = """
-Your Google analytics key. You can get one at the Google analytics official website
-""",
-required=False))
\ No newline at end of file
+help_text = _("Your Google analytics key. You can get one at the Google analytics official website"),
+required=False))
+