mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-21 13:11:27 +02:00
Update src/main/java/com/rarchives/ripme/ui/MainWindow.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1167,7 +1167,7 @@ public final class MainWindow implements Runnable, RipStatusHandler {
|
||||
aboutPanel.add(titleLabel, BorderLayout.NORTH);
|
||||
aboutPanel.add(scrollPane, BorderLayout.CENTER);
|
||||
|
||||
JLabel footerLabel = new JLabel("Do you want to visit the project homepage on Github?", JLabel.CENTER);
|
||||
JLabel footerLabel = new JLabel("Do you want to visit the project homepage on GitHub?", JLabel.CENTER);
|
||||
aboutPanel.add(footerLabel, BorderLayout.SOUTH);
|
||||
|
||||
int response = JOptionPane.showConfirmDialog(null, aboutPanel, mainFrame.getTitle(),
|
||||
|
Reference in New Issue
Block a user