mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 03:55:02 +00:00
Fix translation text for lock keys browse button
I'm not sure how this got in there. Must've acidentally fat fingered a couple letters before submitting my PR.
This commit is contained in:
@@ -51,7 +51,7 @@ ColumnLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
NButton {
|
NButton {
|
||||||
text: I18n.tr("bar.widget-settings.lock-keys.browsedd")
|
text: I18n.tr("bar.widget-settings.lock-keys.browse")
|
||||||
onClicked: capsPicker.open()
|
onClicked: capsPicker.open()
|
||||||
enabled: valueShowCapsLock
|
enabled: valueShowCapsLock
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user