diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/fr/hstrings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/fr/hstrings.php b/view/fr/hstrings.php index a1077ad41..f7fd25224 100644 --- a/view/fr/hstrings.php +++ b/view/fr/hstrings.php @@ -1,7 +1,7 @@ <?php -if(! function_exists("string_plural_select_fr.")) { -function string_plural_select_fr.($n){ +if(! function_exists("string_plural_select_fr")) { +function string_plural_select_fr($n){ return ($n > 1);; }} App::$rtl = 0; |