Make the comment in the beginning of LanguageFi.php shorter
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Sat, 26 Sep 2015 15:35:14 +0000 (18:35 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Sat, 26 Sep 2015 15:35:14 +0000 (18:35 +0300)
It also makes it less confusing.
This case was similar to Niklas's comment at
https://gerrit.wikimedia.org/r/#/c/172501/10/languages/classes/LanguageRu.php

Change-Id: Id6b6cd5e7985ee3742894c268b32252cf231f32b

languages/classes/LanguageFi.php

index a96b0a9..bf09252 100644 (file)
@@ -42,8 +42,8 @@ class LanguageFi extends Language {
                        return $wgGrammarForms['fi'][$case][$word];
                }
 
-               # These rules are not perfect, but they are currently only used for site names so it doesn't
-               # matter if they are wrong sometimes. Just add a special case for your site name if necessary.
+               # These rules don't cover the whole language.
+               # They are used only for site names.
 
                # wovel harmony flag
                $aou = preg_match( '/[aou][^äöy]*$/i', $word );