Translate file dialog title
This commit is contained in:
parent
788563302f
commit
a6dd1f5465
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ PlasmaComponents.ListItem
|
|||
{
|
||||
FileDialog {
|
||||
id: fileDialog
|
||||
title: "Please choose a file"
|
||||
title: i18n("Please choose a file")
|
||||
folder: shortcuts.home
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue