mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-28 16:44:05 +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 {
|
||||
text: I18n.tr("bar.widget-settings.lock-keys.browsedd")
|
||||
text: I18n.tr("bar.widget-settings.lock-keys.browse")
|
||||
onClicked: capsPicker.open()
|
||||
enabled: valueShowCapsLock
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user