no translate

This commit is contained in:
Martin Rotter 2024-09-23 13:03:47 +02:00
parent c83ab230f9
commit e1d682009e

View File

@ -1400,7 +1400,7 @@ void Application::onNodeJsPackageUpdateError(const QObject* sndr,
const QString& error) {
Q_UNUSED(sndr)
qApp->showGuiMessage(Notification::Event::NodePackageFailedToUpdate,
{tr("Node.js"),
{QSL("Node.js"),
tr("Packages were NOT updated because of error: %2. Affected packages:\n%1")
.arg(NodeJs::packagesToString(pkgs), error),
QSystemTrayIcon::MessageIcon::Critical});