From 7f450630cc5be210c5d474f8b652c1fca1170f18 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 4 Dec 2008 14:04:09 +0000 Subject: #1485602: fix 'searching' label in compose --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/js/app.js b/program/js/app.js index 81d8f86ca..0634f1927 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -2461,7 +2461,7 @@ function rcube_webmail() this.ksearch_value = q; - this.display_message('searching', 'loading', true); + this.display_message(this.get_label('searching'), 'loading', true); this.http_post('autocomplete', '_search='+q); }; -- cgit v1.2.3