Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 8192)
+++ trunk/data/defaultpresets.xml	(revision 8204)
@@ -6275,5 +6275,4 @@
             <combo key="second_hand" text="Second hand" values="only,yes,no" />
             <combo key="organic" text="Organic" values="only,yes,no" />
-            <multiselect key="clothes" text="Clothes" values="babies;children;costumes;denim;fashion;fur;hats;leather;maternity;men;motorcycle;oversize;schoolwear;sports;suits;swimwear;traditional;underwear;wedding;women;workwear" values_context="clothes" values_searchable="true" />
             <reference ref="link_contact_address_payment" />
         </item> <!-- Clothes -->
Index: trunk/data/validator/deprecated.mapcss
===================================================================
--- trunk/data/validator/deprecated.mapcss	(revision 8192)
+++ trunk/data/validator/deprecated.mapcss	(revision 8204)
@@ -437,4 +437,12 @@
   throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
 }
+*[/:color/]{
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: ":colour";
+}
+*[/color:/] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "colour:";
+}
 
 /* see #11234 */
@@ -445,5 +453,19 @@
 /* see #11330 */
 *[/^.$/],
-*[/^..$/][!to] {
+node[/^..$/],
+way[/^..$/],
+relation[/^..$/][!to] {
   throwWarning: tr("uncommon short key");
 }
+
+/* see #11344 */
+*[tower=air_to_ground] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "tower=transition";
+  fixAdd: "tower=transition";
+}
+*[pole=air_to_ground] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "pole=transition";
+  fixAdd: "pole=transition";
+}
