diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml index 3e657b2a1..309a46095 100644 --- a/plasmoid/package/contents/ui/DeviceDelegate.qml +++ b/plasmoid/package/contents/ui/DeviceDelegate.qml @@ -95,7 +95,7 @@ PlasmaComponents.ListItem { FileDialog { id: fileDialog - title: "Please choose a file" + title: i18n("Please choose a file") folder: shortcuts.home }