Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
ed3d97f3
Commit
ed3d97f3
authored
Nov 20, 2015
by
Felix Paul Kühne
Browse files
track selector: minor UI tweak
parent
fdd8fcd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Apple-TV/Playback/Playback Info/VLCPlaybackInfoTracksTVViewController.m
View file @
ed3d97f3
...
...
@@ -56,8 +56,8 @@
[
VLCPlaybackInfoTrackTVTitleView
registerInCollectionView
:
self
.
subtitleTrackCollectionView
];
NSLocale
*
currentLocale
=
[
NSLocale
currentLocale
];
self
.
audioDataSource
.
title
=
[
NSLocalizedString
(
@"AUDIO"
,
nil
)
capitalized
StringWithLocale
:
currentLocale
];
self
.
subtitleDataSource
.
title
=
[
NSLocalizedString
(
@"SUBTITLES"
,
nil
)
capitalized
StringWithLocale
:
currentLocale
];
self
.
audioDataSource
.
title
=
[
NSLocalizedString
(
@"AUDIO"
,
nil
)
uppercase
StringWithLocale
:
currentLocale
];
self
.
subtitleDataSource
.
title
=
[
NSLocalizedString
(
@"SUBTITLES"
,
nil
)
uppercase
StringWithLocale
:
currentLocale
];
[[
NSNotificationCenter
defaultCenter
]
addObserver
:
self
selector
:
@selector
(
mediaPlayerChanged
)
name
:
VLCPlaybackControllerPlaybackMetadataDidChange
object
:
nil
];
}
...
...
Write
Preview
Supports
Markdown
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