|
@@ -396,7 +396,7 @@ public class UpperNodeCanvas extends JPanel implements MouseListener, MouseMotio
|
|
|
controller.paste(upperNode, mousePosition);
|
|
|
} catch (JsonParseException | UnsupportedFlavorException | IOException e1) {
|
|
|
// TODO Auto-generated catch block
|
|
|
- JLabel message = new JLabel("The Clipboard information can't be pastet into Application.");
|
|
|
+ JLabel message = new JLabel("The Clipboard information cannot be pastet into Application.");
|
|
|
JOptionPane.showMessageDialog(null, message, "", JOptionPane.ERROR_MESSAGE);
|
|
|
}
|
|
|
repaint();
|