Fix some missing translations

This commit is contained in:
notiant
2025-11-22 13:21:01 +01:00
committed by GitHub
parent 823042b245
commit 9ef788a354
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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()