kutils: sync the disconnected status notification text

to match the one used in kutils/knetworkmanager/kded/knetworkmanager.notifyrc

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-07-08 23:16:27 +03:00
parent 68e226a0b1
commit 95e1e05f5d

View file

@ -70,7 +70,7 @@ void KNetworkManagerModule::slotStatusChanged(const KNetworkManager::KNetworkSta
knotification = new KNotification("Disconnected");
knotification->setComponentData(KComponentData("knetworkmanager"));
knotification->setTitle(i18n("Network status changed"));
knotification->setText(i18n("Network status is offline"));
knotification->setText(i18n("Network status is disconnected"));
break;
}
}