mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
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:
parent
68e226a0b1
commit
95e1e05f5d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue