]> git.mxchange.org Git - friendica-addons.git/blobdiff - markdown/lang/it/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / markdown / lang / it / strings.php
index ebb93a45668e445d0129111e17ec3dee17a46fb7..dd906d9de6d6e6baae58c9b290f9d3ac27efed21 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
 ;
 $a->strings["Markdown"] = "Markdown";