| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 2082ec422f2af686aa352d31b24d822dd145a899..4072300bf6a0a4cfb05e40ce10d85fedd5675750 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(StrongImplicitConversion, \
|
| "In strong mode, implicit conversions are deprecated") \
|
| T(StrongRedefineDisallowed, \
|
|
|