--- data/validator/deprecated.mapcss  (revision 7686)
+++ data/validator/deprecated.mapcss  (working copy)
@@ -332,4 +332,13 @@
 /* see #10661 */
 *[barrier=yes] {
   throwWarning: tr("{0}={1} is unspecific. Please replace ''{1}'' by a specific value.", "{0.key}", "{0.value}");
-}
\ No newline at end of file
+}
+
+/* see #10693 
+   http://wiki.openstreetmap.org/wiki/Proposed_features/drop_recommendation_for_place_name 
+*/
+*[place_name][!name] {
+  throwWarning: tr("Recommend replacing {0}={1} with {2}={1}", "{0.key}", tag("place_name"), "{1.key}");
+  fixAdd: concat("name=", tag("place_name"));
+  fixRemove: "place_name";
+}
