summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Tittsler <jwt@onjapan.net>2012-03-28 10:49:14 +1300
committerJim Tittsler <jwt@onjapan.net>2012-03-28 10:49:14 +1300
commit973d004c42873b7842ab2ddfb962bec22c51a503 (patch)
tree648d17b9f5861bb10255fe3b5e5c144ced2b8389
parent6d5f9b2dd775918e1170827c80d8b4fff3b1166a (diff)
downloadaskbot-973d004c42873b7842ab2ddfb962bec22c51a503.tar.gz
askbot-973d004c42873b7842ab2ddfb962bec22c51a503.tar.bz2
askbot-973d004c42873b7842ab2ddfb962bec22c51a503.zip
correct typo in admin interface menu
-rw-r--r--askbot/conf/license.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/conf/license.py b/askbot/conf/license.py
index faf50697..453213c4 100644
--- a/askbot/conf/license.py
+++ b/askbot/conf/license.py
@@ -10,7 +10,7 @@ from django.conf import settings as django_settings
LICENSE_SETTINGS = livesettings.ConfigurationGroup(
'LICENSE_SETTINGS',
- _('Content LicensContent License'),
+ _('Content License'),
super_group = CONTENT_AND_UI
)