From: Ævar Arnfjörð Bjarmason Date: Fri, 31 Jul 2009 11:54:09 +0000 (+0000) Subject: Change the messages on the changeset page so that @heading is succinct X-Git-Tag: live~6760 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/621a144cfc7d48fd267d54509ca76419e99cc7b5 Change the messages on the changeset page so that @heading is succinct and @description has more detail. This looks better than having the two be equivalent and the

would sometimes overflow the page with long usernames. --- diff --git a/config/locales/en.yml b/config/locales/en.yml index 55e01ec34..3b049b12a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -260,9 +260,9 @@ en: title_user_bbox: "Changesets by {{user}} within {{bbox}}" heading: "Changesets" - heading_user: "Changesets by {{user}}" - heading_bbox: "Changesets within {{bbox}}" - heading_user_bbox: "Changesets by {{user}} within {{bbox}}" + heading_user: "Changesets" + heading_bbox: "Changesets" + heading_user_bbox: "Changesets" description: "Recent changes" description_user: "Changesets by {{user}}" diff --git a/config/locales/is.yml b/config/locales/is.yml index 86ae92ffa..2c25a7778 100644 --- a/config/locales/is.yml +++ b/config/locales/is.yml @@ -258,9 +258,9 @@ is: title_user_bbox: "Breytingar eftir {{user}} innan {{bbox}}" heading: "Breytingarsett" - heading_user: "Breytingar eftir {{user}}" - heading_bbox: "Breytingar innan {{bbox}}" - heading_user_bbox: "Breytingar eftir {{user}} innan {{bbox}}" + heading_user: "Breytingarsett" + heading_bbox: "Breytingarsett" + heading_user_bbox: "Breytingarsett" description: "Nýlegar breytingar" description_user: "Breytingar eftir {{user}}"