mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Replace 'occured' with 'occurred' everywhere, except compiled lang files.
This commit is contained in:
parent
05330632f2
commit
bd3dd337c1
40 changed files with 232 additions and 232 deletions
|
@ -2408,7 +2408,7 @@ void QBtSession::readAlerts() {
|
|||
if (h.is_valid()) {
|
||||
h.pause();
|
||||
std::cerr << "File Error: " << p->message().c_str() << std::endl;
|
||||
addConsoleMessage(tr("An I/O error occured, '%1' paused.").arg(h.name()));
|
||||
addConsoleMessage(tr("An I/O error occurred, '%1' paused.").arg(h.name()));
|
||||
addConsoleMessage(tr("Reason: %1").arg(misc::toQString(p->message())));
|
||||
if (h.is_valid()) {
|
||||
emit fullDiskError(h, misc::toQString(p->message()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue