summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-04-17 20:14:50 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-04-17 20:14:50 +0200
commitfcda5ace6b9b48e90b91a7420acb16d7101a59ff (patch)
treedd92eb9fe3a7a08358ca7b110d38400ddc336400 /resources/qml
parentFix cursor positioning on edits (diff)
downloadnheko-fcda5ace6b9b48e90b91a7420acb16d7101a59ff.tar.xz
Update translations
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/MessageView.qml2
-rw-r--r--resources/qml/RoomSettings.qml1
-rw-r--r--resources/qml/UserProfile.qml1
3 files changed, 1 insertions, 3 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml

index b9606564..a78f2525 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -79,7 +79,7 @@ ScrollView { hoverEnabled: true image: ":/icons/icons/ui/edit.png" ToolTip.visible: hovered - ToolTip.text: row.model && row.model.isEditable ? qsTr("Edit") : qsTr("Edited") + ToolTip.text: qsTr("Edit") onClicked: { if (row.model.isEditable) chat.model.editAction(row.model.id); diff --git a/resources/qml/RoomSettings.qml b/resources/qml/RoomSettings.qml
index 0568cdc2..34fc756e 100644 --- a/resources/qml/RoomSettings.qml +++ b/resources/qml/RoomSettings.qml
@@ -57,7 +57,6 @@ ApplicationWindow { Text { id: errorText - text: qsTr("Error Text") color: "red" visible: opacity > 0 opacity: 0 diff --git a/resources/qml/UserProfile.qml b/resources/qml/UserProfile.qml
index 92b8b83f..d0d272c9 100644 --- a/resources/qml/UserProfile.qml +++ b/resources/qml/UserProfile.qml
@@ -56,7 +56,6 @@ ApplicationWindow { Text { id: errorText - text: qsTr("Error Text") color: "red" visible: opacity > 0 opacity: 0