applets/batterymonitor: use the word "laptop" instead of "notebook"

We don't really use the word "notebook" in other places.
wilder-5.25
Nate Graham 4 years ago
parent 41897540cb
commit a94740d50d
  1. 2
      applets/batterymonitor/package/contents/ui/PowerManagementItem.qml

@ -60,7 +60,7 @@ ColumnLayout {
Layout.fillWidth: true
visible: root.inhibitsLidAction
iconSource: "computer-laptop"
text: i18nc("Minimize the length of this string as much as possible", "Your notebook is configured not to sleep when closing the lid while an external monitor is connected.")
text: i18nc("Minimize the length of this string as much as possible", "Your laptop is configured not to sleep when closing the lid while an external monitor is connected.")
}
PlasmaComponents3.Label {

Loading…
Cancel
Save