]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/lang/de/strings.php
numfriends addon IT translation update THX Sylke Vicious
[friendica-addons.git] / diaspora / lang / de / strings.php
index 6d0ab88ee96f7ad4a216bdf47d63f1c57f680895..db30c36ddbe3e2d1ea775b362cebd181ae2237c0 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
 ;
 $a->strings["Post to Diaspora"] = "Auf Diaspora veröffentlichen";