]> git.mxchange.org Git - friendica-addons.git/blobdiff - notimeline/lang/de/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / notimeline / lang / de / strings.php
index 85459dacb3523f87a78d28359028b7ec94f81093..44aff163c7ada2a8a4c3d9e23c458a3108031e94 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["No Timeline settings updated."] = "Keine Timeline-Einstellungen aktualisiert.";