From 5796a742ca4f30c13a2acf40dd3677a47b08cfee Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Wed, 22 Jan 2014 22:27:10 +0200 Subject: [PATCH] Clarify the comment according to the variable name Change-Id: Ie196339c26737f86d31a2a258123049901dcf7c6 --- UniversalLanguageSelector.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UniversalLanguageSelector.php b/UniversalLanguageSelector.php index d03ad7fb..0596abe1 100644 --- a/UniversalLanguageSelector.php +++ b/UniversalLanguageSelector.php @@ -99,8 +99,8 @@ $GLOBALS['wgULSAnonCanChangeLanguage'] = true; $GLOBALS['wgULSLanguageDetection'] = true; /** - * Disable the input methods feature for all users by default. Can still - * be enabled manually by the user. + * Enable the input methods feature for all users by default. + * Can be disabled manually by the user. */ $GLOBALS['wgULSIMEEnabled'] = true;