Преглед на файлове

Fix missing l10n of edit button

Felix Paul Kühne преди 12 години
родител
ревизия
42ffb76e00
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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;