Improve "Sign out checked" text
This commit is contained in:
parent
b47d4d981f
commit
d701e5ea77
|
@ -107,9 +107,7 @@ HColumnPage {
|
||||||
text:
|
text:
|
||||||
deviceList.selectedCount === 0 ?
|
deviceList.selectedCount === 0 ?
|
||||||
qsTr("Sign out all") :
|
qsTr("Sign out all") :
|
||||||
deviceList.selectedCount === 1 ?
|
qsTr("Sign out checked")
|
||||||
qsTr("Sign out checked") :
|
|
||||||
qsTr("Sign out checked (%1)").arg(deviceList.selectedCount)
|
|
||||||
|
|
||||||
icon.name: "device-delete-checked"
|
icon.name: "device-delete-checked"
|
||||||
icon.color: theme.colors.negativeBackground
|
icon.color: theme.colors.negativeBackground
|
||||||
|
|
Loading…
Reference in New Issue
Block a user