From c70ef4f57ea8c20825a518d03021a156ee0c75ea Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 4 Dec 2008 14:04:09 +0000 Subject: #1485602: fix 'searching' label in compose git-svn-id: https://svn.roundcube.net/trunk@2116 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 81d8f86ca..0634f1927 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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