mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 16:58:51 -05:00
* fix typo
This commit is contained in:
parent
03a06749fa
commit
10bcdcb66a
@ -186,7 +186,7 @@ class RenameAction extends AbstractAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (issues.size() > 0) {
|
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()) {
|
JList issuesComponent = new JList(issues.toArray()) {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user