Skip to content
GitLab
Menu
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
8d33fe63
Commit
8d33fe63
authored
Dec 06, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix qmlt typo
parent
cb718f86
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
8d33fe63
...
...
@@ -785,7 +785,7 @@ Rectangle {
}
contentItem
:
Label
{
color
:
activePalette
.
text
text
:
i
sDisabled
?
i18n
(
"
Show
"
)
:
i18n
(
"
Hide
"
)
text
:
root
.
subtitle
sDisabled
?
i18n
(
"
Show
"
)
:
i18n
(
"
Hide
"
)
}
}
}
...
...
@@ -816,7 +816,7 @@ Rectangle {
}
contentItem
:
Label
{
color
:
activePalette
.
text
text
:
i
sLocked
?
i18n
(
"
Unlock track
"
)
:
i18n
(
"
Lock track
"
)
text
:
root
.
subtitle
sLocked
?
i18n
(
"
Unlock track
"
)
:
i18n
(
"
Lock track
"
)
}
}
SequentialAnimation
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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