diff --git a/public/javascripts/tiny_mce/themes/advanced/langs/pt_br.js b/public/javascripts/tiny_mce/themes/advanced/langs/pt_br.js index 0064231..cb7f73e 100755 --- a/public/javascripts/tiny_mce/themes/advanced/langs/pt_br.js +++ b/public/javascripts/tiny_mce/themes/advanced/langs/pt_br.js @@ -40,12 +40,12 @@ theme_paragraph : 'Parágrafo', theme_div : 'Div', theme_address : 'Endereço', theme_pre : 'Pré-formatado', -theme_h1 : 'Cabeçalho 1', -theme_h2 : 'Cabeçalho 2', -theme_h3 : 'Cabeçalho 3', -theme_h4 : 'Cabeçalho 4', -theme_h5 : 'Cabeçalho 5', -theme_h6 : 'Cabeçalho 6', +theme_h1 : 'Título 1', +theme_h2 : 'Título 2', +theme_h3 : 'Título 3', +theme_h4 : 'Título 4', +theme_h5 : 'Título 5', +theme_h6 : 'Título 6', theme_blockquote : 'Blockquote', theme_code : 'Code', theme_samp : 'Code sample', -- libgit2 0.21.2