Skip to content

Commit

Permalink
chore: rename to "content is not an image"
Browse files Browse the repository at this point in the history
  • Loading branch information
HakonHarnes committed Mar 1, 2024
1 parent eca1633 commit 45a99b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/img-clip/paste.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ M.paste_image = function(opts, input)
return M.paste_image_from_path(input, opts)
end

util.warn("Input is not an image.")
util.warn("Content is not an image.")
return false
end

Expand All @@ -36,7 +36,7 @@ M.paste_image = function(opts, input)
return M.paste_image(opts, clipboard_content)
end

util.warn("Clipboard does not contain an image.")
util.warn("Content is not an image.")
return false
end

Expand Down

0 comments on commit 45a99b9

Please sign in to comment.