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
834c791e
Commit
834c791e
authored
Aug 14, 2021
by
Julius Künzel
Browse files
Fix string of previous commit
CCBUG: 440218
parent
92956539
Pipeline
#74818
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/TrackHead.qml
View file @
834c791e
...
...
@@ -415,7 +415,7 @@ Rectangle {
}
contentItem
:
Label
{
color
:
activePalette
.
text
text
:
enabled
?
(
isStackEnabled
?
i18n
(
"
Disable track effects
"
)
:
i18n
(
"
Enable track effects
"
))
:
i18n
(
"
Toggle
s
tack effects
"
);
text
:
enabled
?
(
isStackEnabled
?
i18n
(
"
Disable track effects
"
)
:
i18n
(
"
Enable track effects
"
))
:
i18n
(
"
Toggle t
r
ack effects
"
);
}
}
}
...
...
Write
Preview
Markdown
is supported
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