From 621a144cfc7d48fd267d54509ca76419e99cc7b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 31 Jul 2009 11:54:09 +0000 Subject: [PATCH] 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. --- config/locales/en.yml | 6 +++--- config/locales/is.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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}}" -- 2.43.2