Browse Source

Add reverse 'Track' l10n string

Felix Paul Kühne 12 years ago
parent
commit
a8fdb1c93a
2 changed files with 1 additions and 1 deletions
  1. 1 1
      AspenProject/VLCPlaylistTableViewCell.m
  2. BIN
      Resources/en.lproj/Localizable.strings

+ 1 - 1
AspenProject/VLCPlaylistTableViewCell.m

@@ -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;
 

BIN
Resources/en.lproj/Localizable.strings