Change Configure Kotlin notification text
This commit is contained in:
@@ -91,7 +91,7 @@ public class ConfigureKotlinInProjectUtils {
|
|||||||
private static void showConfigureKotlinNotification(final Project project) {
|
private static void showConfigureKotlinNotification(final Project project) {
|
||||||
Notifications.Bus.notify(
|
Notifications.Bus.notify(
|
||||||
new Notification("Configure Kotlin",
|
new Notification("Configure Kotlin",
|
||||||
"Kotlin file(s) found in your project.",
|
"Kotlin files found in your project.",
|
||||||
getNotificationString(project),
|
getNotificationString(project),
|
||||||
NotificationType.WARNING, new NotificationListener() {
|
NotificationType.WARNING, new NotificationListener() {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user