]> git.openstreetmap.org Git - rails.git/commitdiff
Swap two translations so they are the right way round.
authorTom Hughes <tom@compton.nu>
Thu, 1 Oct 2009 21:13:13 +0000 (21:13 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 1 Oct 2009 21:13:13 +0000 (21:13 +0000)
config/locales/en.yml

index 1ca3460f4a4312300c470b851108218d18a12e35..6daf20d349fef39d1b7a8a00f018d44ff352aed0 100644 (file)
@@ -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}}"