Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
4ff36107
Commit
4ff36107
authored
Jan 10, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playback: add missing a11y
parent
fc3d3f64
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Sources/VLCMovieViewController.m
Sources/VLCMovieViewController.m
+2
-0
No files found.
Sources/VLCMovieViewController.m
View file @
4ff36107
...
...
@@ -185,6 +185,8 @@
_fwdButton
.
isAccessibilityElement
=
YES
;
_fwdButtonLandscape
.
accessibilityLabel
=
NSLocalizedString
(
@"FWD_BUTTON"
,
@""
);
_fwdButtonLandscape
.
isAccessibilityElement
=
YES
;
_repeatButton
.
accessibilityLabel
=
NSLocalizedString
(
@"BUTTON_REPEAT"
,
@""
);
_repeatButton
.
isAccessibilityElement
=
YES
;
_scrubHelpLabel
.
text
=
NSLocalizedString
(
@"PLAYBACK_SCRUB_HELP"
,
@""
);
...
...
Write
Preview
Markdown
is supported
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