mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge pull request #653 from MrDowntempo/patch-1
Small fix to incorrect I18n string name
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