From: moodler Date: Mon, 21 Jul 2003 00:59:21 +0000 (+0000) Subject: Fixed translation X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f78ae3c43263f01cc10761f4e7f00f9222f2291e;p=moodle.git Fixed translation --- diff --git a/lib/rte/rte_lang.js b/lib/rte/rte_lang.js index 6db5d3c0c1..e6d96a1b92 100644 --- a/lib/rte/rte_lang.js +++ b/lib/rte/rte_lang.js @@ -718,7 +718,7 @@ var o = locale["pt-br"] = new Object; o["EditTable"] = "Editar Tabela"; o["InsertLine"] = "Inserir Linha Horizontal"; o["InsertSmily"] = "Inserir Emoticon 8-)"; - o["InsertCharacter"] = "Inserir Caractere Especial"; + o["InsertCharacter"] = "Inserir caráter Especial"; o["About"] = "Sobre o Richtext Editor"; o["Bold"] = "Negrito"; o["Italic"] = "Itálico";