summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-21 13:08:50 +0300
committerAndrew Dolgov <[email protected]>2015-02-21 13:08:50 +0300
commite6c826fa2f17a900e06b316836326eee58330265 (patch)
treeb458db67b5e94b2fb106f8f50fa8248f120dfe15 /classes
parent11031729096efea49173061f247e5daff8fdc954 (diff)
remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results)
Diffstat (limited to 'classes')
-rw-r--r--classes/pref/prefs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index da11f55e1..096260bfb 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -23,7 +23,6 @@ class Pref_Prefs extends Handler_Protected {
$this->pref_help = array(
"ALLOW_DUPLICATE_POSTS" => array(__("Allow duplicate articles"), ""),
- "AUTO_ASSIGN_LABELS" => array(__("Assign articles to labels automatically"), ""),
"BLACKLISTED_TAGS" => array(__("Blacklisted tags"), __("When auto-detecting tags in articles these tags will not be applied (comma-separated list).")),
"CDM_AUTO_CATCHUP" => array(__("Automatically mark articles as read"), __("This option enables marking articles as read automatically while you scroll article list.")),
"CDM_EXPANDED" => array(__("Automatically expand articles in combined mode"), ""),