Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale.

Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".
This commit is contained in:
Gan Eng Chin 2013-06-22 22:13:54 +08:00 committed by Scott González
parent fe9f6ca986
commit e591a7a9af

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