Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org...
[lhc/web/wiklou.git] / languages / classes / LanguageHr.php
index 888029b..aca180a 100644 (file)
@@ -8,7 +8,7 @@ class LanguageHr extends Language {
 
        function convertPlural( $count, $forms ) {
                if ( !count( $forms ) ) { return ''; }
-               // FIXME: CLDR defines 4 plural forms instead of 3. Plural for for decimals is missing.
+               // @todo FIXME: CLDR defines 4 plural forms instead of 3. Plural for for decimals is missing.
                //        http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
                $forms = $this->preConvertPlural( $forms, 3 );