[vlc-commits] [Git][videolan/vlc][master] qml: fix typo in accessibility definition
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu May 18 16:54:49 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
bf97661a by Pierre Lamot at 2023-05-18T16:39:13+00:00
qml: fix typo in accessibility definition
- - - - -
2 changed files:
- modules/gui/qt/player/qml/TracksPageAudio.qml
- modules/gui/qt/player/qml/TracksPageSubtitle.qml
Changes:
=====================================
modules/gui/qt/player/qml/TracksPageAudio.qml
=====================================
@@ -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
=====================================
modules/gui/qt/player/qml/TracksPageSubtitle.qml
=====================================
@@ -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
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bf97661a6954782bac17c6a730741da4ecf612c0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bf97661a6954782bac17c6a730741da4ecf612c0
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list