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
70b9f512
Commit
70b9f512
authored
Sep 30, 2022
by
Jean-Baptiste Mardelle
Browse files
Minor string fixes
parent
f58feb68
Pipeline
#238670
failed with stage
in 4 minutes and 26 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/project/dialogs/temporarydata.cpp
View file @
70b9f512
...
...
@@ -740,7 +740,7 @@ void TemporaryData::cleanProxy()
}
}
if
(
oldFiles
.
isEmpty
())
{
KMessageBox
::
information
(
this
,
i18n
(
"No proxy clip
s
older than %1 months
was
found."
,
KdenliveSettings
::
cleanCacheMonths
()));
KMessageBox
::
information
(
this
,
i18n
(
"No proxy clip older than %1 months found."
,
KdenliveSettings
::
cleanCacheMonths
()));
return
;
}
if
(
KMessageBox
::
warningContinueCancelList
(
...
...
src/ui/configenv_ui.ui
View file @
70b9f512
...
...
@@ -6,8 +6,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
67
5
</width>
<height>
660
</height>
<width>
51
5
</width>
<height>
562
</height>
</rect>
</property>
<property
name=
"sizePolicy"
>
...
...
@@ -68,7 +68,7 @@
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_17"
>
<property
name=
"text"
>
<string>
Warn if cached data exceeds
</string>
<string>
Warn if cached data exceeds
:
</string>
</property>
</widget>
</item>
...
...
@@ -81,7 +81,7 @@
</sizepolicy>
</property>
<property
name=
"suffix"
>
<string>
MiB
</string>
<string>
MiB
</string>
</property>
<property
name=
"minimum"
>
<number>
0
</number>
...
...
@@ -94,7 +94,7 @@
<item
row=
"1"
column=
"0"
colspan=
"2"
>
<widget
class=
"QLabel"
name=
"label_18"
>
<property
name=
"text"
>
<string>
Set to zero to disable checking
</string>
<string>
Kdenlive will check this limit every 2 weeks.
Set to zero to disable checking
.
</string>
</property>
</widget>
</item>
...
...
src/ui/configproxy_ui.ui
View file @
70b9f512
...
...
@@ -51,7 +51,7 @@
<item
row=
"2"
column=
"2"
colspan=
"2"
>
<widget
class=
"QSpinBox"
name=
"kcfg_proxyimageminsize"
>
<property
name=
"suffix"
>
<string>
pixels
</string>
<string>
pixels
</string>
</property>
<property
name=
"minimum"
>
<number>
500
</number>
...
...
@@ -67,7 +67,7 @@
<item
row=
"4"
column=
"2"
colspan=
"2"
>
<widget
class=
"QSpinBox"
name=
"kcfg_proxyscale"
>
<property
name=
"suffix"
>
<string>
pixels
</string>
<string>
pixels
</string>
</property>
<property
name=
"minimum"
>
<number>
200
</number>
...
...
@@ -110,7 +110,7 @@
<item
row=
"0"
column=
"2"
colspan=
"2"
>
<widget
class=
"QSpinBox"
name=
"kcfg_proxyminsize"
>
<property
name=
"suffix"
>
<string>
pixels
</string>
<string>
pixels
</string>
</property>
<property
name=
"maximum"
>
<number>
10000
</number>
...
...
@@ -153,7 +153,7 @@
<bool>
false
</bool>
</property>
<property
name=
"suffix"
>
<string>
pixels
</string>
<string>
pixels
</string>
</property>
<property
name=
"minimum"
>
<number>
200
</number>
...
...
Eugen Mohr
@emohr
mentioned in commit
d42d98e2
·
Sep 30, 2022
mentioned in commit
d42d98e2
mentioned in commit d42d98e2bf2adde26d892517a075110a3e4fb423
Toggle commit list
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