no translate
This commit is contained in:
parent
c83ab230f9
commit
e1d682009e
@ -1400,7 +1400,7 @@ void Application::onNodeJsPackageUpdateError(const QObject* sndr,
|
|||||||
const QString& error) {
|
const QString& error) {
|
||||||
Q_UNUSED(sndr)
|
Q_UNUSED(sndr)
|
||||||
qApp->showGuiMessage(Notification::Event::NodePackageFailedToUpdate,
|
qApp->showGuiMessage(Notification::Event::NodePackageFailedToUpdate,
|
||||||
{tr("Node.js"),
|
{QSL("Node.js"),
|
||||||
tr("Packages were NOT updated because of error: %2. Affected packages:\n%1")
|
tr("Packages were NOT updated because of error: %2. Affected packages:\n%1")
|
||||||
.arg(NodeJs::packagesToString(pkgs), error),
|
.arg(NodeJs::packagesToString(pkgs), error),
|
||||||
QSystemTrayIcon::MessageIcon::Critical});
|
QSystemTrayIcon::MessageIcon::Critical});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user