aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv/strings.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/sv/strings.php')
-rw-r--r--view/sv/strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sv/strings.php b/view/sv/strings.php
index ecb2c2658..99dde6bed 100644
--- a/view/sv/strings.php
+++ b/view/sv/strings.php
@@ -1,6 +1,6 @@
<?php
-if(! function_exists("string_plural_select_sv") {
+if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
return ($n != 1);;
}}