aboutsummaryrefslogtreecommitdiffstats
path: root/view/cs/strings.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/cs/strings.php')
-rw-r--r--view/cs/strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/cs/strings.php b/view/cs/strings.php
index 38f3041b7..0c7d0d7bd 100644
--- a/view/cs/strings.php
+++ b/view/cs/strings.php
@@ -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;
}
;