forked from qt-creator/qt-creator
Tr: Fix some plurals
Change-Id: I9d7a52a64536e6e1c0a9da4f3cb2f3a116afb6cd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -721,7 +721,7 @@ expected_str<qint64> DesktopDeviceFileAccess::writeFileContents(const FilePath &
|
||||
qint64 res = file.write(data);
|
||||
if (res != data.size())
|
||||
return make_unexpected(
|
||||
Tr::tr("Could not write to file \"%1\" (only %2 of %3 bytes written).")
|
||||
Tr::tr("Could not write to file \"%1\" (only %2 of %n byte(s) written).")
|
||||
.arg(filePath.toUserOutput())
|
||||
.arg(res)
|
||||
.arg(data.size()));
|
||||
|
||||
Reference in New Issue
Block a user