]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/lang/es/strings.php
cookienotice addon FR translation updated THX bob lebonche
[friendica-addons.git] / dwpost / lang / es / strings.php
index 4c5c116f42ffbaed83318847a77b3999a7244b08..c8c0399cf0e4b3144d7317b7695ce6178690fd9c 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["Post to Dreamwidth"] = "Publicar en Dreamwidth";