Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
a8fdb1c9
Commit
a8fdb1c9
authored
Aug 25, 2013
by
Felix Paul Kühne
Browse files
Add reverse 'Track' l10n string
parent
6e85e48f
Changes
2
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistTableViewCell.m
View file @
a8fdb1c9
...
...
@@ -148,7 +148,7 @@
}
else
if
([
self
.
mediaObject
isKindOfClass
:[
MLAlbumTrack
class
]])
{
MLAlbumTrack
*
mediaObject
=
(
MLAlbumTrack
*
)
self
.
mediaObject
;
self
.
artistNameLabel
.
text
=
mediaObject
.
artist
;
self
.
albumNameLabel
.
text
=
[
NSString
stringWithFormat
:
NSLocalizedString
(
@"LIBRARY_
SINGLE_
TRACK"
,
@""
),
mediaObject
.
trackNumber
.
intValue
];
self
.
albumNameLabel
.
text
=
[
NSString
stringWithFormat
:
NSLocalizedString
(
@"LIBRARY_TRACK
_N
"
,
@""
),
mediaObject
.
trackNumber
.
intValue
];
self
.
titleLabel
.
text
=
mediaObject
.
title
;
self
.
thumbnailView
.
image
=
nil
;
...
...
Resources/en.lproj/Localizable.strings
View file @
a8fdb1c9
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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