Format browse page titles in a consistent way

This commit is contained in:
Tom Hughes 2013-11-24 16:55:56 +00:00
parent 114f722860
commit 272a708b0f
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<% set_title("#{t('browse.note.title')} | #{@note.id}") %>
<% set_title(t('browse.note.title', :id => @note.id)) %>
<h2>
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>

View file

@ -112,7 +112,7 @@ en:
view_history: "View History"
view_details: "View Details"
changeset:
title: "Changeset %{id}"
title: "Changeset: %{id}"
belongs_to: "Author"
node: "Nodes (%{count})"
node_paginated: "Nodes (%{x}-%{y} of %{count})"
@ -182,7 +182,7 @@ en:
tag: "The wiki description page for the %{key}=%{value} tag"
wikipedia_link: "The %{page} article on Wikipedia"
note:
title: "Note"
title: "Note: %{id}"
new_note: "New Note"
open_title: "Unresolved note #%{note_name}"
closed_title: "Resolved note #%{note_name}"