diff --git a/i18n/Portuguese-Brasil.lang b/i18n/Portuguese-Brasil.lang index 5f30f86..1612d97 100644 --- a/i18n/Portuguese-Brasil.lang +++ b/i18n/Portuguese-Brasil.lang @@ -5,7 +5,7 @@ * @author Julio Cesar Viana Palma */ -"oLanguage": { +{ "sEmptyTable": "Nenhum registro encontrado", "sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registros", "sInfoEmpty": "Mostrando 0 até 0 de 0 registros", diff --git a/integration/jqueryui/dataTables.jqueryui.js b/integration/jqueryui/dataTables.jqueryui.js index ad75e8e..aa9625a 100644 --- a/integration/jqueryui/dataTables.jqueryui.js +++ b/integration/jqueryui/dataTables.jqueryui.js @@ -56,7 +56,7 @@ $.extend( DataTable.ext.classes, { /* Misc */ "sHeaderTH": "ui-state-default", - "sFooterTH": "ui-state-default", + "sFooterTH": "ui-state-default" } );