aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n
diff options
context:
space:
mode:
authorGan Eng Chin <engchin.gan@gmail.com>2013-06-22 22:13:54 +0800
committerScott González <scott.gonzalez@gmail.com>2013-06-26 09:02:59 -0400
commite591a7a9af123862fbef9d55c54351f6f995b7a7 (patch)
tree43bf8602f25e6274ec8846d9a5127151a594a22e /ui/i18n
parentfe9f6ca98634dd82c3cdb907d725c42f97afe951 (diff)
downloadjquery-ui-e591a7a9af123862fbef9d55c54351f6f995b7a7.tar.gz
jquery-ui-e591a7a9af123862fbef9d55c54351f6f995b7a7.zip
Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale.
Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".
Diffstat (limited to 'ui/i18n')
-rw-r--r--ui/i18n/jquery.ui.datepicker-pt.js2
1 files changed, 1 insertions, 1 deletions
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: '&#x3C;Anterior',
+ prevText: 'Anterior',
nextText: 'Seguinte',
currentText: 'Hoje',
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',