Skip to content

Commit f4c9a68

Browse files
authored
Merge pull request #9476 from nextcloud/rakekniven-patch-1
chore(i18n): id -> ID
2 parents 4d6526d + 0049ae6 commit f4c9a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/integration/fileactionsmodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void FileActionsModel::parseEndpoints()
186186
if (_fileId.isEmpty()) {
187187
qCWarning(lcFileActions) << "The file id is empty, not initialized"
188188
<< _localPath;
189-
setResponse({ tr("The file id is empty for %1.", "file name").arg(_localPath),
189+
setResponse({ tr("The file ID is empty for %1.", "file name").arg(_localPath),
190190
_accountUrl });
191191
return;
192192
}

0 commit comments

Comments
 (0)