diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-04 14:04:09 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-04 14:04:09 +0000 |
| commit | c70ef4f57ea8c20825a518d03021a156ee0c75ea (patch) | |
| tree | f7717e1b76dfb0e20ef595b6c608cdd5026f59a3 /roundcubemail/program | |
| parent | 300c892f4fe7f713a12c9f642128d68e52ad339f (diff) | |
#1485602: fix 'searching' label in compose
git-svn-id: https://svn.roundcube.net/trunk@2116 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); }; |
