From 34e59e0734fe7cb675c99cc8b855ae420ffb93f5 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Sat, 23 Aug 2014 13:14:02 +0200 Subject: [PATCH] change 'CSV' download to 'data CSV' to distinguish from track downloads --- js/control/Download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/control/Download.js b/js/control/Download.js index ee34867..920d158 100644 --- a/js/control/Download.js +++ b/js/control/Download.js @@ -14,7 +14,7 @@ BR.Download = BR.Control.extend({ html += 'GPX · '; html += 'KML · '; html += 'GeoJSON · '; - html += 'CSV'; + html += 'data CSV'; } html += ''; this._content.innerHTML = html;