diff options
Diffstat (limited to 'lib/plugins/config/lang/pt')
-rw-r--r-- | lib/plugins/config/lang/pt/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/pt/lang.php b/lib/plugins/config/lang/pt/lang.php index 8a9e8b698..d5ecce006 100644 --- a/lib/plugins/config/lang/pt/lang.php +++ b/lib/plugins/config/lang/pt/lang.php @@ -41,7 +41,7 @@ $lang['youarehere'] = 'Breadcrumbs hierárquicas'; $lang['typography'] = 'Executar substituições tipográficas'; $lang['htmlok'] = 'Permitir embeber HTML'; $lang['phpok'] = 'Permitir embeber PHP'; -$lang['dformat'] = 'Formato de Data (ver função PHP\'s <a href="http://www.php.net/date">date</a>)'; +$lang['dformat'] = 'Formato de Data (ver função PHP\'s <a href="http://www.php.net/strftime">strftime</a>)'; $lang['signature'] = 'Assinatura'; $lang['toptoclevel'] = 'Nível de topo para a tabela de conteúdo'; $lang['maxtoclevel'] = 'Máximo nível para a tabela de conteúdo'; |