Change Configure Kotlin notification text

This commit is contained in:
Natalia.Ukhorskaya
2013-09-18 14:55:27 +04:00
parent e5b7ba3060
commit 1a7a59c0a0
@@ -91,7 +91,7 @@ public class ConfigureKotlinInProjectUtils {
private static void showConfigureKotlinNotification(final Project project) {
Notifications.Bus.notify(
new Notification("Configure Kotlin",
"Kotlin file(s) found in your project.",
"Kotlin files found in your project.",
getNotificationString(project),
NotificationType.WARNING, new NotificationListener() {
@Override