Unify UI sleep -> Suspend

CCBUG: 351412
wilder-5.14
David Edmundson 11 years ago
parent a29572f99c
commit cae44016f4
  1. 2
      applets/lock_logout/contents/ui/ConfigGeneral.qml

@ -84,7 +84,7 @@ Item {
}
QtControls.CheckBox {
id: sleep
text: i18n("Sleep")
text: i18n("Suspend")
enabled: iconsPage.canSuspend && (checkedOptions > 1 || !checked)
}
}

Loading…
Cancel
Save