mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
Fix UI message
This commit is contained in:
parent
6dab4f8036
commit
eb8c5d850b
@ -271,7 +271,7 @@ class RenameAction extends AbstractAction {
|
|||||||
|
|
||||||
tmp.delete();
|
tmp.delete();
|
||||||
} catch (Exception e) {
|
} 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);
|
debug.log(Level.WARNING, e, e::getMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user