Skip to content

Commit b5dedc9

Browse files
metaprimeCopilot
andauthored
Update src/main/java/com/rarchives/ripme/ui/MainWindow.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dfbf778 commit b5dedc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rarchives/ripme/ui/MainWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ public void windowIconified(WindowEvent e) {
11671167
aboutPanel.add(titleLabel, BorderLayout.NORTH);
11681168
aboutPanel.add(scrollPane, BorderLayout.CENTER);
11691169

1170-
JLabel footerLabel = new JLabel("Do you want to visit the project homepage on Github?", JLabel.CENTER);
1170+
JLabel footerLabel = new JLabel("Do you want to visit the project homepage on GitHub?", JLabel.CENTER);
11711171
aboutPanel.add(footerLabel, BorderLayout.SOUTH);
11721172

11731173
int response = JOptionPane.showConfirmDialog(null, aboutPanel, mainFrame.getTitle(),

0 commit comments

Comments
 (0)