Wizard: remove redundant text from removing module dialog
This commit is contained in:
-2
@@ -78,13 +78,11 @@ class ModulesEditorToolbarDecorator(
|
|||||||
tree,
|
tree,
|
||||||
buildString {
|
buildString {
|
||||||
val moduleName = selectedModule?.name!!
|
val moduleName = selectedModule?.name!!
|
||||||
appendln(KotlinNewProjectWizardUIBundle.message("editor.modules.remove.selected.module", moduleName))
|
|
||||||
if (tree.selectedSettingItem.safeAs<Module>()?.kind != ModuleKind.target) {
|
if (tree.selectedSettingItem.safeAs<Module>()?.kind != ModuleKind.target) {
|
||||||
appendln(KotlinNewProjectWizardUIBundle.message("editor.modules.remove.selected.module", moduleName))
|
appendln(KotlinNewProjectWizardUIBundle.message("editor.modules.remove.selected.module", moduleName))
|
||||||
} else {
|
} else {
|
||||||
appendln(KotlinNewProjectWizardUIBundle.message("editor.modules.remove.selected.target", moduleName))
|
appendln(KotlinNewProjectWizardUIBundle.message("editor.modules.remove.selected.target", moduleName))
|
||||||
}
|
}
|
||||||
appendln()
|
|
||||||
},
|
},
|
||||||
KotlinNewProjectWizardUIBundle.message("editor.modules.remove.selected.question", moduleKindText),
|
KotlinNewProjectWizardUIBundle.message("editor.modules.remove.selected.question", moduleKindText),
|
||||||
KotlinNewProjectWizardUIBundle.message("editor.modules.remove.selected.remove"),
|
KotlinNewProjectWizardUIBundle.message("editor.modules.remove.selected.remove"),
|
||||||
|
|||||||
Reference in New Issue
Block a user