]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update lang/ca.js 187/head
authorJordi <jllahi@gmail.com>
Thu, 1 Mar 2012 09:44:28 +0000 (10:44 +0100)
committerJordi <jllahi@gmail.com>
Thu, 1 Mar 2012 09:44:28 +0000 (10:44 +0100)
lang/ca.js

index 9e648e69f0d47640e6313836d8a8d074b3418beb..42e2f1332bb54e0654987adaeb648a6b6545e4b9 100644 (file)
@@ -22,7 +22,7 @@
                     return '[avui a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
                 },
                 nextDay : function () {
-                    return '[demá a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
+                    return '[demà a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
                 },
                 nextWeek : function () {
                     return 'dddd [a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';