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
System
Dolphin
Commits
1939609e
Commit
1939609e
authored
Dec 02, 2021
by
Paul Brown
✍
Browse files
Tweaked showFilterBar tooltip text for accuracy
parent
2ef87708
Pipeline
#104391
passed with stage
in 4 minutes and 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/dolphinmainwindow.cpp
View file @
1939609e
...
...
@@ -1480,7 +1480,7 @@ void DolphinMainWindow::setupActions()
QAction
*
showFilterBar
=
actionCollection
()
->
addAction
(
QStringLiteral
(
"show_filter_bar"
));
showFilterBar
->
setText
(
i18nc
(
"@action:inmenu Tools"
,
"Filter..."
));
showFilterBar
->
setToolTip
(
i18nc
(
"@info:tooltip"
,
"
Toggle
Filter Bar"
));
showFilterBar
->
setToolTip
(
i18nc
(
"@info:tooltip"
,
"
Show
Filter Bar"
));
showFilterBar
->
setWhatsThis
(
xi18nc
(
"@info:whatsthis"
,
"This opens the "
"<emphasis>Filter Bar</emphasis> at the bottom of the window.<nl/> "
"There you can enter a text to filter the files and folders currently displayed. "
...
...
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