Skip to content

Commit

Permalink
[ImageOverlay.qml] "url" → "URL"
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Oct 15, 2023
1 parent 132385d commit 340bc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/components/ImageOverlay.qml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Item {
onClicked: {
Clipboard.text = comicProxy.stripImageUrl
window.notify(Clipboard.text !== "" ?
qsTr("Comic strip url copied to clipboard") :
qsTr("Unable to copy comic strip url to clipboard"))
qsTr("Comic strip URL copied to clipboard") :
qsTr("Unable to copy comic strip URL to clipboard"))
}
}

Expand Down

0 comments on commit 340bc4a

Please sign in to comment.