[FIX] trailing comma in array
authorXavier Morel <xmo@openerp.com>
Fri, 30 Nov 2012 13:30:21 +0000 (14:30 +0100)
committerXavier Morel <xmo@openerp.com>
Fri, 30 Nov 2012 13:30:21 +0000 (14:30 +0100)
bzr revid: xmo@openerp.com-20121130133021-dg09qnw9twz2v4ws

addons/web/static/src/js/coresetup.js

index fa1348a..74c3033 100644 (file)
@@ -622,7 +622,7 @@ var messages_by_seconds = function() {
         [120, _t("Don't leave yet,<br />it's still loading...")],
         [300, _t("You may not believe it,<br />but the application is actually loading...")],
         [420, _t("Take a minute to get a coffee,<br />because it's loading...")],
-        [3600, _t("Maybe you should consider reloading the application by pressing F5...")],
+        [3600, _t("Maybe you should consider reloading the application by pressing F5...")]
     ];
 };