From: Tom Hughes Date: Thu, 28 Nov 2013 20:23:50 +0000 (+0000) Subject: Add a title for hidden notes X-Git-Tag: live~4669 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e0028d8639a280f453282eb337ecdf043a519ac6?hp=832969fddd369deeaeb088fa58b5a1dca6dd3031 Add a title for hidden notes --- diff --git a/config/locales/en.yml b/config/locales/en.yml index 518cf8225..2f91d8e84 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -186,6 +186,7 @@ en: new_note: "New Note" open_title: "Unresolved note #%{note_name}" closed_title: "Resolved note #%{note_name}" + hidden_title: "Hidden note #%{note_name}" open_by: "Created by %{user} %{when} ago" open_by_anonymous: "Created by anonymous %{when} ago" commented_by: "Comment from %{user} %{when} ago"