mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
Add missing translations for filepicker tooltips
This commit is contained in:
@@ -40,7 +40,7 @@ ColumnLayout {
|
||||
text: Settings.data.general.avatarImage
|
||||
placeholderText: I18n.tr("placeholders.profile-picture-path")
|
||||
buttonIcon: "photo"
|
||||
buttonTooltip: "Browse for avatar image"
|
||||
buttonTooltip: I18n.tr("settings.general.profile.tooltip")
|
||||
onInputEditingFinished: Settings.data.general.avatarImage = text
|
||||
onButtonClicked: {
|
||||
avatarPicker.openFilePicker();
|
||||
|
||||
Reference in New Issue
Block a user