From 25acb63702778826a6a385acb4c715b0f91296e6 Mon Sep 17 00:00:00 2001 From: Jordi Date: Thu, 1 Mar 2012 10:44:28 +0100 Subject: [PATCH] Update lang/ca.js --- lang/ca.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ca.js b/lang/ca.js index 9e648e69f..42e2f1332 100644 --- a/lang/ca.js +++ b/lang/ca.js @@ -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'; -- 2.47.2