regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git/.git] / buglink / lang / is / strings.php
index 0458315..335612f 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_is")) {
 function string_plural_select_is($n){
        $n = intval($n);
-       return ($n % 10 != 1 || $n % 100 == 11);;
+       return intval($n % 10 != 1 || $n % 100 == 11);
 }}
 ;
 $a->strings["Report Bug"] = "Tilkynna villu";