From 7afcae90e548496ef72d472093345da943d45dd2 Mon Sep 17 00:00:00 2001 From: jpemesquita Date: Wed, 20 Aug 2014 10:56:25 -0300 Subject: [PATCH] Update bootstrap-wysihtml5.pt-BR.js In Portuguese, verb "indentar" does not exist. --- src/locales/bootstrap-wysihtml5.pt-BR.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/bootstrap-wysihtml5.pt-BR.js b/src/locales/bootstrap-wysihtml5.pt-BR.js index ede61b3..7f08b00 100644 --- a/src/locales/bootstrap-wysihtml5.pt-BR.js +++ b/src/locales/bootstrap-wysihtml5.pt-BR.js @@ -20,8 +20,8 @@ lists: { unordered: "Lista", ordered: "Lista numerada", - outdent: "Remover indentação", - indent: "Indentar" + outdent: "Diminuir recuo", + indent: "Aumentar recuo" }, link: { insert: "Inserir link", @@ -49,4 +49,4 @@ orange: "Laranja" } }; -}(jQuery)); \ No newline at end of file +}(jQuery));