summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-10-31 22:28:40 +0100
committerGitHub <noreply@github.com>2020-10-31 22:28:40 +0100
commit5fb3d4ede8ec4442d5fdc841f657753f691d2d2a (patch)
tree43deefbcb9f1cd2607c4a0dc039d27e8b4d41444 /resources/qml
parentMerge pull request #312 from trilene/webrtc-video (diff)
parentWording: replace "encrypted room" with "encrypted private chat" (diff)
downloadnheko-5fb3d4ede8ec4442d5fdc841f657753f691d2d2a.tar.xz
Merge pull request #310 from MayeulC/fix-typo
Improve wording in multiple strings.
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/device-verification/Waiting.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/device-verification/Waiting.qml b/resources/qml/device-verification/Waiting.qml

index 0c4ae405..c64c90de 100644 --- a/resources/qml/device-verification/Waiting.qml +++ b/resources/qml/device-verification/Waiting.qml
@@ -21,9 +21,9 @@ Pane { case "WaitingForOtherToAccept": return qsTr("Waiting for other side to accept the verification request."); case "WaitingForKeys": - return qsTr("Waiting for other side to continue the verification request."); + return qsTr("Waiting for other side to continue the verification process."); case "WaitingForMac": - return qsTr("Waiting for other side to complete the verification request."); + return qsTr("Waiting for other side to complete the verification process."); } } color: colors.text