]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/lang/it/strings.php
numfriends addon IT translation update THX Sylke Vicious
[friendica-addons.git] / diaspora / lang / it / strings.php
index af97743f3628ed2cc4bfb48248c1623ebb112f89..d36fb0b83a98668730c3d1b85c6bbfcaaadfb5e8 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
 ;
 $a->strings["Post to Diaspora"] = "Invia a Diaspora";