mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 00:15:02 -04:00
Fix English
This commit is contained in:
parent
8d8541291a
commit
477aa7019c
@ -42,7 +42,7 @@ class MatchAction extends AbstractAction {
|
||||
try {
|
||||
withWaitCursor(evt.getSource(), () -> {
|
||||
Matcher<Object, File> matcher = new Matcher<Object, File>(model.values(), model.candidates(), false, EpisodeMetrics.defaultSequence(true));
|
||||
List<Match<Object, File>> matches = ProgressMonitor.runTask("Match", "Find optimal alignment. This may take a while.", (message, progress, cancelled) -> {
|
||||
List<Match<Object, File>> matches = ProgressMonitor.runTask("Match", "Finding optimal alignment. This may take a while.", (message, progress, cancelled) -> {
|
||||
message.accept(String.format("Checking %d combinations...", matcher.remainingCandidates().size() * matcher.remainingValues().size()));
|
||||
return matcher.match();
|
||||
}).get();
|
||||
|
Loading…
Reference in New Issue
Block a user