mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Typo fix
This commit is contained in:
parent
e0371bb22b
commit
e68b79336a
9 changed files with 20 additions and 20 deletions
|
|
@ -780,7 +780,7 @@ public class DeckEditorPanel extends javax.swing.JPanel {
|
|||
private void processAndShowImportErrors(StringBuilder errorMessages) {
|
||||
// show up errors list
|
||||
if (errorMessages.length() > 0) {
|
||||
String mes = "Founded problems with deck: \n\n" + errorMessages.toString();
|
||||
String mes = "Found problems with deck: \n\n" + errorMessages.toString();
|
||||
JOptionPane.showMessageDialog(MageFrame.getDesktop(), mes.substring(0, Math.min(1000, mes.length())), "Errors while loading deck", JOptionPane.WARNING_MESSAGE);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue