aboutsummaryrefslogtreecommitdiffstats
path: root/view/pt-br
diff options
context:
space:
mode:
Diffstat (limited to 'view/pt-br')
-rw-r--r--view/pt-br/strings.php2
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);
}
;