mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Fix some missing translations
This commit is contained in:
@@ -784,7 +784,7 @@ Popup {
|
||||
}
|
||||
|
||||
NButton {
|
||||
text: root.selectionMode === "folders" ? "Select Folder" : "Select File"
|
||||
text: root.selectionMode === "folders" ? I18n.tr("widgets.file-picker.select-folder") : I18n.tr("widgets.file-picker.select-file")
|
||||
icon: "filepicker-check"
|
||||
enabled: filePickerPanel.currentSelection.length > 0
|
||||
onClicked: root.confirmSelection()
|
||||
|
||||
Reference in New Issue
Block a user