]> git.mxchange.org Git - friendica-addons.git/blobdiff - notifyall/lang/it/strings.php
ljpost addon IT translation update THX Sylke Vicious
[friendica-addons.git] / notifyall / lang / it / strings.php
index c47067b6bc1997708c9912a6f4023927e1cdb0c5..e43291a3af463a883a62f1b6aede53b470b35619 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["Send email to all members"] = "Invia email a tutti i membri";