Browse Source

Fix missing l10n of edit button

Felix Paul Kühne 12 years ago
parent
commit
42ffb76e00
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AspenProject/VLCPlaylistViewController.m

+ 1 - 0
AspenProject/VLCPlaylistViewController.m

@@ -40,6 +40,7 @@
     self.navigationItem.leftBarButtonItem = addButton;
 
     self.navigationItem.rightBarButtonItem = self.editButtonItem;
+    self.navigationItem.rightBarButtonItem.title = NSLocalizedString(@"BUTTON_EDIT", @"");
 
     if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad) {
         _gridView.separatorStyle = AQGridViewCellSeparatorStyleEmptySpace;