]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/lang/en-gb/strings.php
numfriends addon IT translation update THX Sylke Vicious
[friendica-addons.git] / diaspora / lang / en-gb / strings.php
index 7a84ef4c7d5da3b68e7611ce26bb5abaf0b06db8..a5ceb83411fb64cab3c47f0e3545f70ccfbf0848 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_en_gb")) {
 function string_plural_select_en_gb($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
 ;
 $a->strings["Post to Diaspora"] = "Post to Diaspora";