]> git.mxchange.org Git - friendica-addons.git/blobdiff - blockbot/lang/nl/strings.php
Merge pull request #1076 from tobiasd/20210201-lngCmessages
[friendica-addons.git] / blockbot / lang / nl / strings.php
index 18d9c2ccc5d2dc09f962cec5be27170866806cb9..fdde083af188145ad62a8dfe3041cac2274f54be 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_nl")) {
 function string_plural_select_nl($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
 ;
 $a->strings["Save Settings"] = "Instellingen opslaan";