Updated error message.

This commit is contained in:
neviyn 2016-04-02 01:59:54 +01:00
parent 1ca576f7d0
commit cedd6bac8b

View File

@ -93,7 +93,7 @@ public class PlayerGUI extends JPanel implements PlayerCallbackInterface {
private void showError(StartPlayingException ex) { private void showError(StartPlayingException ex) {
JOptionPane.showMessageDialog(this, "Failed to play " + ex.getSong().toString() + ".\n" + JOptionPane.showMessageDialog(this, "Failed to play " + ex.getSong().toString() + ".\n" +
"If file path contains non-ASCII characters, please restart the application with UTF-8 encoding."); "Path may contain invalid characters, or current playback engine does not support this file type.");
} }
/* /*