Skip to content
Snippets Groups Projects
Commit bf97661a authored by Pierre Lamot's avatar Pierre Lamot Committed by Steve Lhomme
Browse files

qml: fix typo in accessibility definition

parent 15654e5d
No related branches found
No related tags found
1 merge request!3696qml: fix typo in accessibility definition
Pipeline #344247 passed with stages
in 25 minutes and 8 seconds
......@@ -61,8 +61,8 @@ TracksPage {
spacing: VLCStyle.margin_xsmall
Acessible.role: Acessible.Grouping
Acessible.name: I18n.qtr("Audio track delay")
Accessible.role: Accessible.Grouping
Accessible.name: I18n.qtr("Audio track delay")
Widgets.MenuCaption {
Layout.fillWidth: true
......
......@@ -69,8 +69,8 @@ TracksPage {
spacing: VLCStyle.margin_xsmall
Acessible.role: Acessible.Grouping
Acessible.name: I18n.qtr("Primary subtitle delay")
Accessible.role: Accessible.Grouping
Accessible.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")
Accessible.role: Accessible.Grouping
Accessible.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")
Accessible.role: Accessible.Grouping
Accessible.name: I18n.qtr("Subtitle Speed")
Widgets.MenuCaption {
Layout.fillWidth: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment