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
Multimedia
Kdenlive
Commits
a0d069d3
Commit
a0d069d3
authored
Nov 05, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix small typo
parent
e1e4a9bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/project/dialogs/guideslist.cpp
View file @
a0d069d3
...
...
@@ -117,7 +117,7 @@ GuidesList::GuidesList(QWidget *parent)
show_categories
->
setWhatsThis
(
xi18nc
(
"@info:whatsthis"
,
"Filter guide categories. This allows you to show or hide selected guide categories in this dialog and in the timeline."
));
default_category
->
setToolTip
(
i18n
(
"Default guide category."
));
default_category
->
setWhatsThis
(
xi18nc
(
"@info:whatsthis"
,
"Default guide category. The category used for newly created
marker
s."
));
default_category
->
setWhatsThis
(
xi18nc
(
"@info:whatsthis"
,
"Default guide category. The category used for newly created
guide
s."
));
}
void
GuidesList
::
configureGuides
()
...
...
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