Minor. Changed capitalization.

This commit is contained in:
Evgeny Gerashchenko
2012-07-22 20:03:44 +04:00
parent 5d8f3b95e3
commit 01834371ee
@@ -160,14 +160,14 @@ public class ConfigureKotlinLibraryNotificationProvider implements EditorNotific
final EditorNotificationPanel answer = new EditorNotificationPanel();
answer.setText("Kotlin is not configured for module '" + module.getName() + "'");
answer.createActionLabel("Set Up module '" + module.getName() + "' as JVM Kotlin module", new Runnable() {
answer.createActionLabel("Set up module '" + module.getName() + "' as JVM Kotlin module", new Runnable() {
@Override
public void run() {
setUpKotlinRuntime(module);
}
});
answer.createActionLabel("Set Up module '" + module.getName() + "' as JavaScript Kotlin module", new Runnable() {
answer.createActionLabel("Set up module '" + module.getName() + "' as JavaScript Kotlin module", new Runnable() {
@Override
public void run() {
setUpJSModule(module);