update based on position strings

work/spdx
Michail Vourlakos 4 years ago
parent 39ad54f9bb
commit 27f34834ff

@ -835,7 +835,7 @@ PlasmaComponents.Page {
LatteComponents.CheckBox {
Layout.maximumWidth: dialog.optionsWidth
// Layout.maximumHeight: mouseWheelChk.height
text: i18n("Activate based on position global shortcuts")
text: i18n("Activate based on position global shortcuts")
checked: latteView.isPreferredForShortcuts || (!latteView.layout.preferredForShortcutsTouched && latteView.isHighestPriorityView())
tooltip: i18n("This view is used for based on position global shortcuts. Take note that only one view can have that option enabled for each layout")

@ -185,7 +185,7 @@ PlasmaComponents.Page {
LatteComponents.CheckBox {
id: unifyGlobalShortcutsChk
Layout.maximumWidth: dialog.optionsWidth
text: i18n("Based on position shortcuts apply only on current tasks")
text: i18n("Based on position shortcuts apply only on current tasks")
// checked: tasks.configuration.isPreferredForPositionShortcuts //! Disabled because it was not updated between multiple Tasks
tooltip: i18n("Based on position global shortcuts are enabled only for current tasks and not for other applets")
visible: dialog.advancedLevel

Loading…
Cancel
Save