Skip to content

Commit

Permalink
#620 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
svennissel committed Apr 24, 2022
1 parent e991163 commit dfcfa6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ private Optional<String> getStringFromClipboard(Clipboard systemClipboard) {
LOGGER.error("Memory limit reached while reading from Clipboard");
JPanel message = new JPanel();
String recommended = (getMemoryInGb() * 2L) + "G";
message.add(new JLabel("The Clipboard is too big to to parse. " +
message.add(new JLabel("The Clipboard is too big to parse. " +
"Increase the memory configuration in olv.bat/olv.sh for example to MEMORY=-Xmx" + recommended));
JOptionPane.showMessageDialog(null, message, "Error", JOptionPane.ERROR_MESSAGE);
}
Expand Down

0 comments on commit dfcfa6b

Please sign in to comment.