diff options
Diffstat (limited to 'view/pt-br/strings.php')
-rw-r--r-- | view/pt-br/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php index 4df793041..0cf143db4 100644 --- a/view/pt-br/strings.php +++ b/view/pt-br/strings.php @@ -1,6 +1,6 @@ <?php -function string_plural_select($n){ +function string_plural_select_pt_br($n){ return ($n > 1); } ; |