Changed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2021-08-01 17:24:06 +02:00 committed by Felix Weilbach (Rebase PR Action)
parent 4c5f12200d
commit 37b012fcbd
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ void Logger::setLogFile(const QString &name)
locker.unlock(); // Just in case postGuiMessage has a qDebug()
postGuiMessage(tr("Error"),
QString(tr("<nobr>File \"%1\"<br/>cannot be opened for writing.<br/><br/>"
"The log output can <b>not</b> be saved!</nobr>"))
"The log output <b>cannot</b> be saved!</nobr>"))
.arg(name));
return;
}