]> git.mxchange.org Git - friendica.git/blobdiff - view/cs/strings.php
modified: view/theme/smoothly/comment_item.tpl
[friendica.git] / view / cs / strings.php
index 38f3041b793f1536180a7256b2eea500cc4996a5..0c7d0d7bd8943bc05ff6a902f22fb00799ccf80c 100644 (file)
@@ -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;
 }
 ;