diff options
author | Friendika <info@friendika.com> | 2011-09-21 07:09:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-21 07:09:37 -0700 |
commit | c63adcfae061809ce25217207f638b1e6c1d1bee (patch) | |
tree | 3e2d02b438c881e4f9764a4a6554bb49fbd9f6eb /view/pt-br/strings.php | |
parent | 11ca81adbaa033123ca1aa2c354fb3be6f5225d0 (diff) | |
download | volse-hubzilla-c63adcfae061809ce25217207f638b1e6c1d1bee.tar.gz volse-hubzilla-c63adcfae061809ce25217207f638b1e6c1d1bee.tar.bz2 volse-hubzilla-c63adcfae061809ce25217207f638b1e6c1d1bee.zip |
bug #159 multiple definition of string_plural_form function when changing languages
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); } ; |