From: Gan Eng Chin Date: Sat, 22 Jun 2013 14:13:54 +0000 (+0800) Subject: Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale. X-Git-Tag: 1.11.0-beta.1~293 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e591a7a9af123862fbef9d55c54351f6f995b7a7;p=jquery-ui.git Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale. Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte". --- diff --git a/ui/i18n/jquery.ui.datepicker-pt.js b/ui/i18n/jquery.ui.datepicker-pt.js index 999f20e3e..4fb16f032 100644 --- a/ui/i18n/jquery.ui.datepicker-pt.js +++ b/ui/i18n/jquery.ui.datepicker-pt.js @@ -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',