Skip to content

Commit

Permalink
KotlinSdkType: fix i18n for 192
Browse files Browse the repository at this point in the history
#KT-37632 Fixed
#KT-37483

(cherry picked from commit d84f528)
  • Loading branch information
dimonchik0036 committed Mar 20, 2020
1 parent fc81533 commit 61a6031
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ class KotlinSdkType : SdkType("KotlinSDK") {
}
}

override fun getPresentableName() = KotlinBundle.message("name.kotlin.sdk")
override fun getPresentableName() = KotlinBundle.message("framework.name.kotlin.sdk")

override fun getIcon() = KotlinIcons.SMALL_LOGO

Expand Down

0 comments on commit 61a6031

Please sign in to comment.