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
22c13d4e
Commit
22c13d4e
authored
Mar 17, 2022
by
Yuri Chornoivan
Browse files
Fix minor typos
parent
441a4c76
Pipeline
#151222
passed with stage
in 14 minutes and 9 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderwidget.cpp
View file @
22c13d4e
...
...
@@ -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 @
22c13d4e
...
...
@@ -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 @
22c13d4e
...
...
@@ -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>
...
...
Yuri Chornoivan
@yurchor
mentioned in commit
971eeb6c
·
Mar 17, 2022
mentioned in commit
971eeb6c
mentioned in commit 971eeb6c9a189acdabf47f06db1841c48e8df848
Toggle commit list
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