mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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:
parent
fe9f6ca986
commit
e591a7a9af
2
ui/i18n/jquery.ui.datepicker-pt.js
vendored
2
ui/i18n/jquery.ui.datepicker-pt.js
vendored
@ -2,7 +2,7 @@
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['pt'] = {
|
||||
closeText: 'Fechar',
|
||||
prevText: '<Anterior',
|
||||
prevText: 'Anterior',
|
||||
nextText: 'Seguinte',
|
||||
currentText: 'Hoje',
|
||||
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
|
||||
|
Loading…
Reference in New Issue
Block a user