errmsg=xi18nc("@text/plain","Could not run <command>%1</command> to set wake from suspend",QStringLiteral("rtcwake"));
break;
default:
errmsg=xi18nc("@text/plain","Error setting wake from suspend.<nl/>Command was: <command>%1</command><nl/>Error code: %2.",proc.program().join(QLatin1String(" ")),result);
errmsg=xi18nc("@text/plain","Error setting wake from suspend.<nl/>Command was: <command>%1</command><nl/>Error code: %2.",proc.program().join(QStringLiteral(" ")),result);