Skip to content
Snippets Groups Projects
Commit cbe813f9 authored by Philipp Spohr's avatar Philipp Spohr
Browse files

->

<-
parent e7d26595
Branches
No related tags found
No related merge requests found
......@@ -110,8 +110,8 @@ public class SolutionTab extends JPanel {
ArrayList<YoshikoCluster> selectedClusters = clusterViewList.getSelectedClusters();
if (selectedClusters.isEmpty()) {
JOptionPane.showMessageDialog(null,
LocalizationManager.get("optionpane_title"),
LocalizationManager.get("noClustersSelected"),
LocalizationManager.get("optionpane_title"),
JOptionPane.INFORMATION_MESSAGE
);
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment