diff --git a/plugins/android-extensions/android-extensions-compiler/src/org/jetbrains/kotlin/android/synthetic/diagnostic/DefaultErrorMessagesAndroid.kt b/plugins/android-extensions/android-extensions-compiler/src/org/jetbrains/kotlin/android/synthetic/diagnostic/DefaultErrorMessagesAndroid.kt index 922a850264d..9d3450dccde 100644 --- a/plugins/android-extensions/android-extensions-compiler/src/org/jetbrains/kotlin/android/synthetic/diagnostic/DefaultErrorMessagesAndroid.kt +++ b/plugins/android-extensions/android-extensions-compiler/src/org/jetbrains/kotlin/android/synthetic/diagnostic/DefaultErrorMessagesAndroid.kt @@ -45,7 +45,7 @@ object DefaultErrorMessagesAndroid : DefaultErrorMessages.Extension { "'Parcelable' should be a class") MAP.put(ErrorsAndroid.PARCELABLE_DELEGATE_IS_NOT_ALLOWED, - "Delegating 'Parcelable' is now allowed") + "Delegating 'Parcelable' is not allowed") MAP.put(ErrorsAndroid.PARCELABLE_SHOULD_NOT_BE_ENUM_CLASS, "'Parcelable' should not be a 'enum class'") @@ -102,4 +102,4 @@ object DefaultErrorMessagesAndroid : DefaultErrorMessages.Extension { "{0} should be annotated with ''@Parcelize''", RENDER_CLASS_OR_OBJECT) } -} \ No newline at end of file +}