Transfer.qml: fix typo

This commit is contained in:
miruka 2019-12-18 16:24:36 -04:00
parent 6fa2d91b69
commit 36359b05fa

View File

@ -64,7 +64,7 @@ HColumnLayout {
qsTr("Can't upload folders, need a file: %1").arg(filePath) :
model.error === "FileNotFoundError" ?
qsTr("Non-existant file: %1").arg(filePath) :
qsTr("Non-existent file: %1").arg(filePath) :
model.error === "PermissionError" ?
qsTr("No permission to read this file: %1").arg(filePath) :