From: Tom Hughes Date: Thu, 1 Oct 2009 21:13:13 +0000 (+0000) Subject: Swap two translations so they are the right way round. X-Git-Tag: live~6568^2~6 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a6952b38a0a7d6dae8c89854cdcc06e8c37af3ed Swap two translations so they are the right way round. --- diff --git a/config/locales/en.yml b/config/locales/en.yml index 1ca3460f4..6daf20d34 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1095,11 +1095,11 @@ en: blocks_on: title: "Blocks on {{name}}" heading: "List of blocks on {{name}}" - empty: "{{name}} has not made any blocks yet." + empty: "{{name}} has not been blocked yet." blocks_by: title: "Blocks by {{name}}" heading: "List of blocks by {{name}}" - empty: "{{name}} has not been blocked yet." + empty: "{{name}} has not made any blocks yet." show: title: "{{block_on}} blocked by {{block_by}}" heading: "{{block_on}} blocked by {{block_by}}"