Wording: Verification request isn't a request anymore once accepted
Replace it with "verification process".
This commit is contained in:
parent
8047442661
commit
a9a0635c02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user