Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
1a556fbe
Commit
1a556fbe
authored
Dec 15, 2020
by
Jan Blackquill
🌈
Browse files
[kcms/baloofile]: Make title of file dialog clearer
parent
96231d0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/baloo/package/contents/ui/main.qml
View file @
1a556fbe
...
...
@@ -249,7 +249,7 @@ KCM.SimpleKCM {
active
:
false
sourceComponent
:
QtDialogs.FileDialog
{
title
:
i18n
(
"
Select a folder to filter
"
)
title
:
fileDialogLoader
.
included
?
i18n
(
"
Select a folder to include
"
)
:
i18n
(
"
Select a folder to exclude
"
)
folder
:
shortcuts
.
home
selectFolder
:
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment