From c50d42f322fcbe3accbaf74be5d75132c717de61 Mon Sep 17 00:00:00 2001 From: kremsy Date: Mon, 24 Feb 2014 22:07:51 +0100 Subject: [PATCH] fix --- application/plugins/Karma.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/Karma.php b/application/plugins/Karma.php index f341bd71..ff80df8c 100644 --- a/application/plugins/Karma.php +++ b/application/plugins/Karma.php @@ -40,7 +40,7 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin { /** * Constants MX Karma */ - const SETTING_MX_KARMA_ACTIVATED = 'Aktivate MX-Karma'; + const SETTING_MX_KARMA_ACTIVATED = 'Activate MX-Karma'; const SETTING_MX_KARMA_IMPORTING = 'Import old MX-Karmas'; const MX_IMPORT_TABLE = 'mc_karma_mximport'; const MX_KARMA_URL = 'http://karma.mania-exchange.com/api2/';