Skip to content

Commit

Permalink
Fix typo in LauncherGUI.java
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann authored Dec 7, 2023
1 parent 7a57072 commit 940e8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mastodon/mamut/launcher/LauncherGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public WelcomePanel()
final JLabel lblTobiasPietzsch = new JLabel( "<html><p align=\"center\">"
+ "Tobias Pietzsch & Jean-Yves Tinevez"
+ "<br> "
+ "Ko Sugawara & Mathias Arzt & Vladimír Ulman"
+ "Ko Sugawara & Matthias Arzt & Vladimír Ulman"
+ "</html>" );
final GridBagConstraints gbc_lblTobiasPietzsch = new GridBagConstraints();
gbc_lblTobiasPietzsch.anchor = GridBagConstraints.SOUTH;
Expand Down

0 comments on commit 940e8d0

Please sign in to comment.