diff options
author | Jochen Topf <jochen@topf.org> | 2012-01-25 15:29:37 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2012-01-25 15:29:37 +0100 |
commit | 5d86569a0f9626c6357770c684f5497f94d1c969 (patch) | |
tree | b2c68674e9c742ab5de9438e3b0dfa7e5d069212 /web/viewsjs | |
parent | 24098767e33d686dc93139d1f7404291e203d8e8 (diff) | |
download | taginfo-5d86569a0f9626c6357770c684f5497f94d1c969.tar taginfo-5d86569a0f9626c6357770c684f5497f94d1c969.tar.gz |
Tooltip on table search box
Diffstat (limited to 'web/viewsjs')
-rw-r--r-- | web/viewsjs/texts.js.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/viewsjs/texts.js.erb b/web/viewsjs/texts.js.erb index a123485..ec7cdb0 100644 --- a/web/viewsjs/texts.js.erb +++ b/web/viewsjs/texts.js.erb @@ -13,6 +13,7 @@ var texts = <%= :values_less_than_one_percent => @trans.t.misc.values_less_than_one_percent, :empty_string => @trans.t.misc.empty_string, :all => @trans.t.misc.all, + :search_for => @trans.t.misc.search_for, }, :osm => { :key => @trans.t.osm.key, |