Browse Source

playback: add missing a11y

Felix Paul Kühne 11 years ago
parent
commit
4ff3610781
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Sources/VLCMovieViewController.m

+ 2 - 0
Sources/VLCMovieViewController.m

@@ -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", @"");