Skip to content

Commit e591a7a

Browse files
ecganscottgonzalez
authored andcommitted
Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale.
Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".
1 parent fe9f6ca commit e591a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
jQuery(function($){
33
$.datepicker.regional['pt'] = {
44
closeText: 'Fechar',
5-
prevText: '&#x3C;Anterior',
5+
prevText: 'Anterior',
66
nextText: 'Seguinte',
77
currentText: 'Hoje',
88
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',

0 commit comments

Comments
 (0)