]> git.mxchange.org Git - friendica.git/commitdiff
missing translation call
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 3 May 2017 05:11:21 +0000 (07:11 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 3 May 2017 05:11:21 +0000 (07:11 +0200)
mod/admin.php

index 250ebbe2acc175d00572c3af357f6ea3ab09d1f2..9dbbd4f3f8e8c7b4bb0df88377340a945e2a3ee7 100644 (file)
@@ -278,7 +278,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"))
                        );
                }
        }