]> git.mxchange.org Git - friendica-addons.git/blobdiff - notifyall/lang/de/strings.php
ljpost addon IT translation update THX Sylke Vicious
[friendica-addons.git] / notifyall / lang / de / strings.php
index 9c92b42e864938a8611d287ae0031518a4112553..b46e127af25ed13cff34b364d080eb384db93f51 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["Send email to all members"] = "Sende eine E-Mail an alle Nutzer der Seite";