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
971eeb6c
Commit
971eeb6c
authored
Mar 17, 2022
by
Yuri Chornoivan
Committed by
Julius Künzel
Mar 17, 2022
Browse files
Fix minor typos
(cherry picked from commit
22c13d4e
)
parent
f167b884
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderwidget.cpp
View file @
971eeb6c
...
...
@@ -832,7 +832,7 @@ void RenderWidget::generateRenderFiles(QDomDocument doc, int in, int out, QStrin
if
(
m_view
.
stemAudioExport
->
isChecked
()
&&
m_view
.
stemAudioExport
->
isEnabled
())
{
if
(
delayedRendering
)
{
if
(
KMessageBox
::
warningContinueCancel
(
this
,
i18n
(
"Script rendering and multi track audio export can not be used together.
\n
"
"Script will be saved without multi track
e
export."
))
"Script will be saved without multi track export."
))
==
KMessageBox
::
Cancel
)
{
return
;
};
}
int
audioCount
=
0
;
...
...
src/ui/editrenderpreset_ui.ui
View file @
971eeb6c
...
...
@@ -223,7 +223,7 @@
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_16"
>
<property
name=
"text"
>
<string>
Display Apect Ratio:
</string>
<string>
Display A
s
pect Ratio:
</string>
</property>
</widget>
</item>
...
...
@@ -453,7 +453,7 @@
<item
row=
"13"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"fixedGop"
>
<property
name=
"toolTip"
>
<string>
A fixed GOP means that keyframes will not be inserte
te
d at detected scene changes.
</string>
<string>
A fixed GOP means that keyframes will not be inserted at detected scene changes.
</string>
</property>
<property
name=
"text"
>
<string>
Fixed
</string>
...
...
@@ -610,7 +610,7 @@
<item
row=
"3"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_14"
>
<property
name=
"text"
>
<string>
Rate Control
e
:
</string>
<string>
Rate Control:
</string>
</property>
</widget>
</item>
...
...
src/ui/renderwidget_ui.ui
View file @
971eeb6c
...
...
@@ -407,7 +407,7 @@
<item>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
Guides to use as sep
e
rator:
</string>
<string>
Guides to use as sep
a
rator:
</string>
</property>
</widget>
</item>
...
...
@@ -697,7 +697,7 @@
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string>
"
Encoding threads
"
</string>
<string>
Encoding threads
</string>
</property>
<property
name=
"specialValueText"
>
<string>
Auto
</string>
...
...
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