Transfer.qml: fix typo
This commit is contained in:
parent
6fa2d91b69
commit
36359b05fa
|
@ -64,7 +64,7 @@ HColumnLayout {
|
||||||
qsTr("Can't upload folders, need a file: %1").arg(filePath) :
|
qsTr("Can't upload folders, need a file: %1").arg(filePath) :
|
||||||
|
|
||||||
model.error === "FileNotFoundError" ?
|
model.error === "FileNotFoundError" ?
|
||||||
qsTr("Non-existant file: %1").arg(filePath) :
|
qsTr("Non-existent file: %1").arg(filePath) :
|
||||||
|
|
||||||
model.error === "PermissionError" ?
|
model.error === "PermissionError" ?
|
||||||
qsTr("No permission to read this file: %1").arg(filePath) :
|
qsTr("No permission to read this file: %1").arg(filePath) :
|
||||||
|
|
Loading…
Reference in New Issue
Block a user