diff --git a/app/views/browse/_way.html.erb b/app/views/browse/_way.html.erb index eac64f66b1..2fbee88b45 100644 --- a/app/views/browse/_way.html.erb +++ b/app/views/browse/_way.html.erb @@ -25,6 +25,7 @@
> <%= t ".nodes_count", :count => way.way_nodes.count %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 4045166420..cdbd344d0a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -339,8 +339,8 @@ en: one: "%{count} node" other: "%{count} nodes" also_part_of_ways: - one: "also part of way:" - other: "also part of ways:" + one: "also part of %{count} way" + other: "also part of %{count} ways" relation: title_html: "Relation: %{name}" history_title_html: "Relation History: %{name}"