diff options
author | alecpl <alec@alec.pl> | 2008-12-04 14:04:09 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-04 14:04:09 +0000 |
commit | 7f450630cc5be210c5d474f8b652c1fca1170f18 (patch) | |
tree | 16a152084d19db5b6d6e23a3f28fae8819df6302 /program | |
parent | 2a41355776b1c1bc82255b5712267b0368b51d10 (diff) |
#1485602: fix 'searching' label in compose
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); }; |