]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/lang/fi-fi/strings.php
cookienotice addon FR translation updated THX bob lebonche
[friendica-addons.git] / dwpost / lang / fi-fi / strings.php
index 4c8de90933e4220f4cd877940eafc237571af85f..723921679c9373f8957e903d74d85b844deea2c0 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["Post to Dreamwidth"] = "Lähetä Dreamwidthiin";