NFilePicker: added missing translations

This commit is contained in:
ItsLemmy
2025-10-09 20:48:30 -04:00
parent c96eecedb3
commit b2c5c71116
8 changed files with 40 additions and 16 deletions
@@ -69,7 +69,7 @@ Popup {
NIconButton {
icon: "close"
tooltipText: "Close"
tooltipText: I18n.tr("tooltips.close")
onClicked: widgetSettings.close()
}
}