doc: Remove repetitive "Give grep a chance" phrase from comments
[lhc/web/wiklou.git] / includes / installer / DatabaseInstaller.php
index 13d5d42..ca4ef97 100644 (file)
@@ -335,8 +335,8 @@ abstract class DatabaseInstaller {
         * @return String
         */
        public function getReadableName() {
-               // Give grep a chance to find the usages:
-               // config-type-mysql, config-type-postgres, config-type-sqlite, config-type-oracle
+               // Messages: config-type-mysql, config-type-postgres, config-type-sqlite,
+               // config-type-oracle
                return wfMessage( 'config-type-' . $this->getName() )->text();
        }