]> git.mxchange.org Git - friendica.git/blobdiff - mod/admin.php
Merge branch 'develop' into improvement/move-app-to-src-2
[friendica.git] / mod / admin.php
index 7a5ff87d3b06bd8051c03d80662d5f2b6b634d5e..d9f2d95760d3449b71f550887e0ff00dd85e3113 100644 (file)
@@ -279,7 +279,7 @@ function admin_page_blocklist(App $a) {
                        $blocklistform[] = array(
                                'domain' => array("domain[$id]", t('Blocked domain'), $b['domain'], '', t('The blocked domain'), 'required', '', ''),
                                'reason' => array("reason[$id]", t("Reason for the block"), $b['reason'], t('The reason why you blocked this domain.').'('.$b['domain'].')', 'required', '', ''),
-                               'delete' => array("delete[$id]", t("Delete domain").' ('.$b['domain'].')', False , "Check to delete this entry from the blocklist")
+                               'delete' => array("delete[$id]", t("Delete domain").' ('.$b['domain'].')', False , t("Check to delete this entry from the blocklist"))
                        );
                }
        }