summaryrefslogtreecommitdiff
path: root/web/views
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-23 10:25:00 +0100
committerJochen Topf <jochen@topf.org>2012-01-23 10:25:00 +0100
commit463951b1d1ae15a2c200f9aa47c429f04c3db129 (patch)
tree8b5f8e3280987d45d70a4f822d8ac08531e1d5f0 /web/views
parent7cc9439c8801147fee0dd554efb0d32403a7d4bc (diff)
downloadtaginfo-463951b1d1ae15a2c200f9aa47c429f04c3db129.tar
taginfo-463951b1d1ae15a2c200f9aa47c429f04c3db129.tar.gz
small translation/text fixes
Diffstat (limited to 'web/views')
-rw-r--r--web/views/about.erb6
-rw-r--r--web/views/index.erb4
-rw-r--r--web/views/layout.erb4
3 files changed, 7 insertions, 7 deletions
diff --git a/web/views/about.erb b/web/views/about.erb
index 09a395c..ac5fa09 100644
--- a/web/views/about.erb
+++ b/web/views/about.erb
@@ -62,10 +62,10 @@
<p>If you want to play around with the data itself, you can <b>download</b> the
regularly updated databases used by taginfo. All the preprocessing is done for
- you. See the <a href="/download">download</a> section for more information.</p>
+ you. See the <a href="/download">download page</a> for more information.</p>
- <p>Taginfo data can also be accessed through a REST <b>API</b>. The documentation of the
- API calls is <a href="/apidoc">here</a>, some general information is
+ <p>Taginfo data can also be accessed through a REST <b>API</b>. See the
+ <a href="/apidoc">API call documentation</a> for the details, some general information is
<a class="extlink" href="http://wiki.openstreetmap.org/wiki/Taginfo/API">on the wiki</a>.
The server running the Taginfo API does not have unlimited resources.
Please use the API responsibly. If in doubt contact the taginfo maintainers.</p>
diff --git a/web/views/index.erb b/web/views/index.erb
index 692e46c..bc76ed7 100644
--- a/web/views/index.erb
+++ b/web/views/index.erb
@@ -1,8 +1,8 @@
<table class="boxes resize" width="100%">
<tr>
<td>
- <h2><a href="/keys"><%= t.taginfo.keys %></a>
- / <a href="/tags"><%= t.taginfo.tags %></a></h2>
+ <h2><a href="/keys"><%= t.osm.keys %></a>
+ / <a href="/tags"><%= t.osm.tags %></a></h2>
</td>
<td rowspan="4" width="20"></td>
<td width="232">
diff --git a/web/views/layout.erb b/web/views/layout.erb
index 7e6823f..050b673 100644
--- a/web/views/layout.erb
+++ b/web/views/layout.erb
@@ -46,8 +46,8 @@
<a class="extlink" href="http://www.openstreetmap.org/"><b>OpenStreetMap</b> - The Free Wiki World Map</a>
</div>
<div id="footer_right">
- <a href="/keys"><%= t.taginfo.keys %></a> &middot;
- <a href="/tags"><%= t.taginfo.tags %></a> &middot;
+ <a href="/keys"><%= t.osm.keys %></a> &middot;
+ <a href="/tags"><%= t.osm.tags %></a> &middot;
<a href="/reports"><%= t.taginfo.reports %></a> &middot;
<a href="/sources"><%= t.taginfo.sources %></a> &middot;
<a href="/download"><%= t.taginfo.download %></a> &middot;