From c796d644c1e33e757edfb803a141497740207d92 Mon Sep 17 00:00:00 2001 From: Aron Fyodor Asor Date: Tue, 8 Mar 2016 08:22:48 -0800 Subject: [PATCH] Don't i18nize the creative commons tag. --- kalite/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalite/settings/base.py b/kalite/settings/base.py index 159c41bc1e..3bc1104e19 100644 --- a/kalite/settings/base.py +++ b/kalite/settings/base.py @@ -293,7 +293,7 @@ "channel_name": ugettext_lazy(u"KA Lite"), "head_line": ugettext_lazy(u"A free world-class education for anyone anywhere."), "tag_line": ugettext_lazy(u"KA Lite is a light-weight web server for viewing and interacting with core Khan Academy content (videos and exercises) without needing an Internet connection."), - "channel_license": ugettext_lazy(u"CC-BY-NC-SA"), + "channel_license": u"CC-BY-NC-SA", "footer_text": ugettext_lazy(u"Videos © 2015 Khan Academy (Creative Commons) // Exercises © 2015 Khan Academy"), "header_logo": os.path.join(STATIC_URL, 'images', 'horizontal-logo-small.png'), "frontpage_splash": os.path.join(STATIC_URL, 'images', 'logo_10_enlarged_2.png'),