Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
441
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
bf97661a
Commit
bf97661a
authored
1 year ago
by
Pierre Lamot
Committed by
Steve Lhomme
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
qml: fix typo in accessibility definition
parent
15654e5d
No related branches found
No related tags found
1 merge request
!3696
qml: fix typo in accessibility definition
Pipeline
#344247
passed with stages
in 25 minutes and 8 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/gui/qt/player/qml/TracksPageAudio.qml
+2
-2
2 additions, 2 deletions
modules/gui/qt/player/qml/TracksPageAudio.qml
modules/gui/qt/player/qml/TracksPageSubtitle.qml
+6
-6
6 additions, 6 deletions
modules/gui/qt/player/qml/TracksPageSubtitle.qml
with
8 additions
and
8 deletions
modules/gui/qt/player/qml/TracksPageAudio.qml
+
2
−
2
View file @
bf97661a
...
...
@@ -61,8 +61,8 @@ TracksPage {
spacing
:
VLCStyle
.
margin_xsmall
Acessible.role
:
Acessible
.
Grouping
Acessible.name
:
I18n
.
qtr
(
"
Audio track delay
"
)
Ac
c
essible.role
:
Ac
c
essible
.
Grouping
Ac
c
essible.name
:
I18n
.
qtr
(
"
Audio track delay
"
)
Widgets.MenuCaption
{
Layout.fillWidth
:
true
...
...
This diff is collapsed.
Click to expand it.
modules/gui/qt/player/qml/TracksPageSubtitle.qml
+
6
−
6
View file @
bf97661a
...
...
@@ -69,8 +69,8 @@ TracksPage {
spacing
:
VLCStyle
.
margin_xsmall
Acessible.role
:
Acessible
.
Grouping
Acessible.name
:
I18n
.
qtr
(
"
Primary subtitle delay
"
)
Ac
c
essible.role
:
Ac
c
essible
.
Grouping
Ac
c
essible.name
:
I18n
.
qtr
(
"
Primary subtitle delay
"
)
Widgets.MenuCaption
{
Layout.fillWidth
:
true
...
...
@@ -144,8 +144,8 @@ TracksPage {
spacing
:
VLCStyle
.
margin_xsmall
Acessible.role
:
Acessible
.
Grouping
Acessible.name
:
I18n
.
qtr
(
"
Secondary subtitle delay
"
)
Ac
c
essible.role
:
Ac
c
essible
.
Grouping
Ac
c
essible.name
:
I18n
.
qtr
(
"
Secondary subtitle delay
"
)
Widgets.MenuCaption
{
Layout.fillWidth
:
true
...
...
@@ -218,8 +218,8 @@ TracksPage {
spacing
:
VLCStyle
.
margin_xsmall
Acessible.role
:
Acessible
.
Grouping
Acessible.name
:
I18n
.
qtr
(
"
Subtitle Speed
"
)
Ac
c
essible.role
:
Ac
c
essible
.
Grouping
Ac
c
essible.name
:
I18n
.
qtr
(
"
Subtitle Speed
"
)
Widgets.MenuCaption
{
Layout.fillWidth
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment