Skip to content

Commit

Permalink
chore(i18n): Changed grammar
Browse files Browse the repository at this point in the history
Reported at Transifex

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored and mgallien committed Aug 6, 2024
1 parent 73fe5ab commit f612515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/macOS/fileprovidereditlocallyjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void FileProviderEditLocallyJob::idGetError(const QNetworkReply * const reply)
{
const auto errorString = reply == nullptr ? "Unknown error" : reply->errorString();
qCWarning(lcFileProviderEditLocallyJob) << "Could not get file ocId." << errorString;
showError(tr("Could not get file id."), errorString);
showError(tr("Could not get file ID."), errorString);
}

void FileProviderEditLocallyJob::idGetFinished(const QVariantMap &data)
Expand Down

0 comments on commit f612515

Please sign in to comment.