]> source.dussan.org Git - jquery-ui.git/commitdiff
Fixed broken encoding of Préc
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Sat, 20 Mar 2010 14:37:55 +0000 (14:37 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Sat, 20 Mar 2010 14:37:55 +0000 (14:37 +0000)
tests/unit/datepicker/datepicker_options.js

index 7011fd5a19dc6601f680ebd9792b8b1b1515a273..2769bc582c6ad05586ad24f78392596f68ef5005 100644 (file)
@@ -709,7 +709,7 @@ test('localisation', function() {
        var dp = $('#ui-datepicker-div');
        equals($('.ui-datepicker-close', dp).text(), 'Fermer', 'Localisation - close');
        $('.ui-datepicker-close', dp).simulate('mouseover');
-       equals($('.ui-datepicker-prev', dp).text(), '<Préc', 'Localisation - previous');
+       equals($('.ui-datepicker-prev', dp).text(), '<Préc', 'Localisation - previous');
        equals($('.ui-datepicker-current', dp).text(), 'Courant', 'Localisation - current');
        equals($('.ui-datepicker-next', dp).text(), 'Suiv>', 'Localisation - next');
        var month = 0;