]> git.mxchange.org Git - friendica.git/blobdiff - view/cs/strings.php
Merge remote branch 'upstream/master'
[friendica.git] / view / cs / strings.php
old mode 100644 (file)
new mode 100755 (executable)
index 38f3041..0c7d0d7
@@ -1,6 +1,6 @@
 <?php
 
-function string_plural_select($n){
+function string_plural_select_cs($n){
        return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;
 }
 ;