]> git.mxchange.org Git - friendica-addons.git/blobdiff - morepokes/lang/de/strings.php
planets addon IT translation update THX Sylke Vicious
[friendica-addons.git] / morepokes / lang / de / strings.php
index 1aa170323e606e8fb73c63913e3b25aa6a2c18c0..aafd47f6b04534c7f464916707e61aecc5353e81 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["bitchslap"] = "ohrfeigen";