diff options
Diffstat (limited to 'src/content/actions')
-rw-r--r-- | src/content/actions/operation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/actions/operation.js b/src/content/actions/operation.js index e83387d..ed9b2cf 100644 --- a/src/content/actions/operation.js +++ b/src/content/actions/operation.js @@ -85,7 +85,7 @@ const exec = (operation, settings, addonEnabled) => { break; case operations.URLS_YANK: urls.yank(window); - consoleFrames.postInfo('Current url yanked'); + consoleFrames.postInfo('Yanked ' + window.location.href); break; case operations.URLS_PASTE: urls.paste( |