Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 71cecb2f8fa6e740714864d2fff8351eca0e2d67..0674b1ae307c0b59f8acbec7aa0d724a94f0e0ac 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -342,7 +342,7 @@ class ErrorUtils : public AllStatic { |
T(NotConstructor, "% is not a constructor") \ |
T(NotDateObject, "this is not a Date object.") \ |
T(NotIntlObject, "% is not an i18n object.") \ |
- T(NotGeneric, "% is not generic") \ |
+ T(NotGeneric, "% requires that 'this' be a %") \ |
T(NotIterable, "% is not iterable") \ |
T(NotPropertyName, "% is not a valid property name") \ |
T(NotTypedArray, "this is not a typed array.") \ |