1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* fix typo

This commit is contained in:
Reinhard Pointner 2014-08-01 15:49:58 +00:00
parent 03a06749fa
commit 10bcdcb66a

View File

@ -186,7 +186,7 @@ class RenameAction extends AbstractAction {
}
if (issues.size() > 0) {
String text = "We found some issues. Do you to continue?";
String text = "These files will be ignored. Do you want to continue?";
JList issuesComponent = new JList(issues.toArray()) {
@Override