Internalization++

This commit is contained in:
Carl Schwan
2020-11-16 16:24:00 +01:00
parent 6abe7cab57
commit 4149ef4813
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ FileDialog {
id: root
title: "Please choose a file"
title: i18n("Please choose a file")
onAccepted: chosen(file)
}

View File

@@ -11,7 +11,7 @@ FolderDialog {
id: root
title: "Please choose a folder"
title: i18n("Please choose a folder")
onAccepted: chosen(folder)
}