Merge pull request #3424 from tobiasd/20170503-msg

missing string for the translations
This commit is contained in:
Hypolite Petovan 2017-05-03 01:31:30 -04:00 committed by GitHub
commit 8510b4d4dd
2 changed files with 2337 additions and 2320 deletions

View 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"))
);
}
}

File diff suppressed because it is too large Load Diff