mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: lock_logout dialog messages suitable for the new mode
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d3b9991670
commit
45a94aca53
1 changed files with 3 additions and 3 deletions
|
@ -188,7 +188,7 @@ Flow {
|
|||
QueryDialog {
|
||||
titleIcon: "system-suspend-hibernate"
|
||||
titleText: i18n("Hibernate")
|
||||
message: i18n("Do you want to suspend to disk (hibernate)?")
|
||||
message: i18n("Do you want to suspend to disk?")
|
||||
|
||||
acceptButtonText: i18n("Yes")
|
||||
rejectButtonText: i18n("No")
|
||||
|
@ -203,7 +203,7 @@ Flow {
|
|||
QueryDialog {
|
||||
titleIcon: "system-suspend"
|
||||
titleText: i18n("Suspend")
|
||||
message: i18n("Do you want to suspend to RAM (sleep)?")
|
||||
message: i18n("Do you want to suspend to RAM?")
|
||||
|
||||
acceptButtonText: i18n("Yes")
|
||||
rejectButtonText: i18n("No")
|
||||
|
@ -218,7 +218,7 @@ Flow {
|
|||
QueryDialog {
|
||||
titleIcon: "system-suspend"
|
||||
titleText: i18n("Hybrid Suspend")
|
||||
message: i18n("Do you want to suspend hybrid (sleep)?")
|
||||
message: i18n("Do you want to hybrid suspend?")
|
||||
|
||||
acceptButtonText: i18n("Yes")
|
||||
rejectButtonText: i18n("No")
|
||||
|
|
Loading…
Add table
Reference in a new issue