diff --git a/app/views/browse/_way.html.erb b/app/views/browse/_way.html.erb index c6ddf0bd94..89f60d3de0 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 9b7d28266f..edbc4127f8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -340,8 +340,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} other way" + other: "also part of %{count} other ways" relation: title_html: "Relation: %{name}" history_title_html: "Relation History: %{name}"