aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-10-26 08:24:55 -0400
committerScott González <scott.gonzalez@gmail.com>2010-10-26 08:24:55 -0400
commit9ead629c2cdd2689028f3a7ebb258aa41ab47afb (patch)
treeea47e527bf54d9f454377095a4c8456e6476449c /ui/i18n
parent482d3c25613c43a301ca6597aeea30ecb37e00e8 (diff)
downloadjquery-ui-9ead629c2cdd2689028f3a7ebb258aa41ab47afb.tar.gz
jquery-ui-9ead629c2cdd2689028f3a7ebb258aa41ab47afb.zip
Datepicker: Fixed currentText in French locale. Fixes #5455 - Correction in French localization for Datepicker.
Diffstat (limited to 'ui/i18n')
-rw-r--r--ui/i18n/jquery.ui.datepicker-fr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-fr.js b/ui/i18n/jquery.ui.datepicker-fr.js
index 134bda65d..b10d4e675 100644
--- a/ui/i18n/jquery.ui.datepicker-fr.js
+++ b/ui/i18n/jquery.ui.datepicker-fr.js
@@ -5,7 +5,7 @@ jQuery(function($){
closeText: 'Fermer',
prevText: '&#x3c;Préc',
nextText: 'Suiv&#x3e;',
- currentText: 'Courant',
+ currentText: 'Aujourd\'hui',
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',