Internalization++
This commit is contained in:
@@ -11,7 +11,7 @@ FileDialog {
|
||||
|
||||
id: root
|
||||
|
||||
title: "Please choose a file"
|
||||
title: i18n("Please choose a file")
|
||||
|
||||
onAccepted: chosen(file)
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ FolderDialog {
|
||||
|
||||
id: root
|
||||
|
||||
title: "Please choose a folder"
|
||||
title: i18n("Please choose a folder")
|
||||
|
||||
onAccepted: chosen(folder)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user