]> 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>
Tue, 26 Nov 2013 16:11:37 +0000 (11:11 -0500)
Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".
(cherry picked from commit e591a7a9af123862fbef9d55c54351f6f995b7a7)

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',