Better notification message

This commit is contained in:
pTalanov
2012-05-29 14:41:28 +04:00
parent bed2ec95d1
commit d822f0f410
@@ -121,7 +121,7 @@ public final class JsModuleSetUp {
}
public static void notifyFailure(@NotNull String message) {
Notifications.Bus.notify(new Notification("Set Up Kotlin to JavaScript Module", "Fail",
Notifications.Bus.notify(new Notification("Set Up Kotlin to JavaScript Module", "Failure",
message,
NotificationType.ERROR));
}