mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
Fix UI message
This commit is contained in:
parent
6dab4f8036
commit
eb8c5d850b
@ -271,7 +271,7 @@ class RenameAction extends AbstractAction {
|
||||
|
||||
tmp.delete();
|
||||
} catch (Exception e) {
|
||||
log.info("The clipboard does not contain a license key. Please select and copy the license key first.");
|
||||
log.info("The clipboard does not contain a license key. Please select and copy your license key first.");
|
||||
debug.log(Level.WARNING, e, e::getMessage);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user