Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olbris committed Apr 25, 2024
1 parent 995691d commit e664708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void actionPerformed(ActionEvent e) {
if (TmSelectionState.getInstance().getCurrentNeuron() == null) {
JOptionPane.showMessageDialog(
null,
"You must select a neuron to set it's color.",
"You must select a neuron to set its color.",
"No neuron selected",
JOptionPane.ERROR_MESSAGE);
} else {
Expand Down

0 comments on commit e664708

Please sign in to comment.