]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale.
authorGan Eng Chin <engchin.gan@gmail.com>
Sat, 22 Jun 2013 14:13:54 +0000 (22:13 +0800)
committerScott González <scott.gonzalez@gmail.com>
Wed, 26 Jun 2013 13:02:59 +0000 (09:02 -0400)
Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".

ui/i18n/jquery.ui.datepicker-pt.js

index 999f20e3e968ec355611315afbd2d4c2bdd66627..4fb16f0329c958b3b89f437c68866a1403d5d6dd 100644 (file)
@@ -2,7 +2,7 @@
 jQuery(function($){
        $.datepicker.regional['pt'] = {
                closeText: 'Fechar',
-               prevText: '&#x3C;Anterior',
+               prevText: 'Anterior',
                nextText: 'Seguinte',
                currentText: 'Hoje',
                monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',