From 7f450630cc5be210c5d474f8b652c1fca1170f18 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 04 Dec 2008 09:04:09 -0500
Subject: [PATCH] #1485602: fix 'searching' label in compose

---
 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 81d8f86..0634f19 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2461,7 +2461,7 @@
 
     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);
   };
 

--
Gitblit v1.9.1