Merge "doc: Remove repetitive "Give grep a chance" phrase from comments"
[lhc/web/wiklou.git] / includes / Preferences.php
index bb6fbbc..29d6e07 100644 (file)
@@ -988,7 +988,7 @@ class Preferences {
 
                foreach ( $watchTypes as $action => $pref ) {
                        if ( $user->isAllowed( $action ) ) {
-                               // Give grep a chance to find the usages:
+                               // Messages:
                                // tog-watchdefault, tog-watchmoves, tog-watchdeletion, tog-watchcreations
                                $defaultPreferences[$pref] = array(
                                        'type' => 'toggle',