We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d6526d + 0049ae6 commit f4c9a68Copy full SHA for f4c9a68
src/gui/integration/fileactionsmodel.cpp
@@ -186,7 +186,7 @@ void FileActionsModel::parseEndpoints()
186
if (_fileId.isEmpty()) {
187
qCWarning(lcFileActions) << "The file id is empty, not initialized"
188
<< _localPath;
189
- setResponse({ tr("The file id is empty for %1.", "file name").arg(_localPath),
+ setResponse({ tr("The file ID is empty for %1.", "file name").arg(_localPath),
190
_accountUrl });
191
return;
192
}
0 commit comments