summary refs log tree commit diff
diff options
context:
space:
mode:
authorabsorber <absorber@users.noreply.github.com>2021-04-29 22:10:14 +0000
committerGitHub <noreply@github.com>2021-04-29 22:10:14 +0000
commit6ac10963b0bf9679651afa04bc3e09384f1fa919 (patch)
tree53ecf6f0820e7038ed1545a6e19d3b9b69b1408c
parentAllow copying messages via right click (diff)
downloadnheko-6ac10963b0bf9679651afa04bc3e09384f1fa919.tar.xz
UI/UX improvement: Better naming suggestion.
Copy address location -> Copy link location
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index 442047d5..e63ffdfc 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -127,7 +127,7 @@ Page { Platform.MenuItem { visible: messageContextMenu.link enabled: visible - text: qsTr("Copy address location") + text: qsTr("Copy link location") onTriggered: Clipboard.text = messageContextMenu.link }