replace alpha channel error message fixed 2

This commit is contained in:
honfika@gmail.com
2015-07-21 14:13:39 +02:00
parent cbcce6dfe8
commit b9734503d0

View File

@@ -2612,7 +2612,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
swf.clearImageCache();
} catch (IOException ex) {
logger.log(Level.SEVERE, "Invalid alpha channel data", ex);
View.showMessageDialog(null, translate("error.image.invalid"), translate("error"), JOptionPane.ERROR_MESSAGE);
View.showMessageDialog(null, translate("error.image.alpha.invalid"), translate("error"), JOptionPane.ERROR_MESSAGE);
}
reload(true);