mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* fix typo
This commit is contained in:
parent
03a06749fa
commit
10bcdcb66a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user