Skip to content

Commit

Permalink
Merge pull request #484 from vaisakhkannan/#321-Fix-Dialog-Msg
Browse files Browse the repository at this point in the history
Fixes 321
  • Loading branch information
vaisakhkannan committed Aug 31, 2023
2 parents 4ee868b + 4e3df79 commit b66def7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ protected ArrayList<BuildFile> getGradleBuildFiles(Project project) throws IOExc

@Override
protected void executeLibertyAction(LibertyModule libertyModule) {
Project project = libertyModule.getProject();
String projectName = project.getName();
String projectName = libertyModule.getName();
final int result = Messages.showYesNoDialog(
LocalizedResourceUtil.getMessage("liberty.project.remove.confirmation.dialog.message", projectName),
getChooseDialogTitle(),
Expand Down

0 comments on commit b66def7

Please sign in to comment.