]> git.mxchange.org Git - friendica-addons.git/blobdiff - notifyall/lang/es/strings.php
ljpost addon IT translation update THX Sylke Vicious
[friendica-addons.git] / notifyall / lang / es / strings.php
index 312a6acd83e50ccd076b52bf020b508b4b2848ca..0aee142d23db1cf51c9d09ed44b0d648a23979fe 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_es")) {
 function string_plural_select_es($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["Send email to all members"] = "Enviar email a todos los miembros";