1
0
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:
Reinhard Pointner 2018-12-02 00:03:51 +07:00
parent 6dab4f8036
commit eb8c5d850b

View File

@ -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);
}