Updated error message.
This commit is contained in:
parent
1ca576f7d0
commit
cedd6bac8b
@ -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.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user