From: Andy Allan Date: Wed, 16 Oct 2019 12:48:45 +0000 (+0200) Subject: Rephrase changeset comment notifications to clarify the time is for the comment X-Git-Tag: live~2500^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/31db8dffc19018aaecb1eeb0031a584eb57a4471 Rephrase changeset comment notifications to clarify the time is for the comment Refs https://trac.openstreetmap.org/ticket/5307 There's still an unfortunate double use of "comment" to mean both the ChangesetComment and also the changeset's `comment` tag, but I can't see a simple way to fix that. --- diff --git a/config/locales/en.yml b/config/locales/en.yml index 3fd5ec91e..35da13709 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1251,8 +1251,8 @@ en: commented: subject_own: "[OpenStreetMap] %{commenter} has commented on one of your changesets" subject_other: "[OpenStreetMap] %{commenter} has commented on a changeset you are interested in" - your_changeset: "%{commenter} has left a comment on one of your changesets created at %{time}" - commented_changeset: "%{commenter} has left a comment on a map changeset you are watching created by %{changeset_author} at %{time}" + your_changeset: "%{commenter} left a comment at %{time} on one of your changesets" + commented_changeset: "%{commenter} left a comment at %{time} on a changeset you are watching created by %{changeset_author}" partial_changeset_with_comment: "with comment '%{changeset_comment}'" partial_changeset_without_comment: "without comment" details: "More details about the changeset can be found at %{url}."