Index: trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java	(revision 5769)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java	(revision 5771)
@@ -72,5 +72,5 @@
                 test("power_rating").
                 alternative("generator:output"));
-        // from http://wiki.openstreetmap.org/wiki/Tag:shop%3Dorganic
+        // from http://wiki.openstreetmap.org/wiki/Tag:shop=organic
         checks.add(new DeprecationCheck(2114).
                 testAndRemove("shop", "organic").
@@ -85,4 +85,9 @@
                 testAndRemove("amenity", "emergency_phone").
                 add("emergency", "phone"));
+        // http://wiki.openstreetmap.org/wiki/Tag:sport=gaelic_football
+        // fix #8132
+        checks.add(new DeprecationCheck(2117).
+                testAndRemove("sport", "gaelic_football").
+                add("sport", "gaelic_games"));
     }
 
