Skip to content

Commit

Permalink
Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale.
Browse files Browse the repository at this point in the history
Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".
(cherry picked from commit e591a7a)
  • Loading branch information
ecgan authored and scottgonzalez committed Nov 26, 2013
1 parent 9b39852 commit ea72dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-pt.js
Expand Up @@ -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',
Expand Down

0 comments on commit ea72dea

Please sign in to comment.