Felix Paul Kühne 11 лет назад
Родитель
Сommit
4ff3610781
1 измененных файлов с 2 добавлено и 0 удалено
  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", @"");