Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 0754fc4fa7d78c26f2f090bd6c311494f18934eb..e4efff794d7326c4203fc47558eaa05818860f1c 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -229,7 +229,7 @@ class CallSite { |
T(StrongArity, \ |
"In strong mode, calling a function with too few arguments is deprecated") \ |
T(StrongDeleteProperty, \ |
- "On strong object %, deletion of property % is deprecated") \ |
+ "Deleting property '%' of strong object '%' is deprecated") \ |
T(StrongImplicitCast, "In strong mode, implicit conversions are deprecated") \ |
T(StrongRedefineDisallowed, \ |
"On strong object %, redefining writable, non-configurable property '%' " \ |