Skip to content

Commit

Permalink
wrongly named record, its remove
Browse files Browse the repository at this point in the history
  • Loading branch information
zipleen committed Nov 7, 2014
1 parent d08bea9 commit a1fa88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TvhClient/TVHRecordingsDetailViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ - (void)viewDidLoad
[self.navigationItem setRightBarButtonItems:nil];
}

[self.record setTitle:NSLocalizedString(@"Record", @"dvr recording detail button") forState:UIControlStateNormal];
[self.record setTitle:NSLocalizedString(@"Remove", @"dvr recording remove button") forState:UIControlStateNormal];

[self.segmentedControl setTitle:NSLocalizedString(@"Details", nil) forSegmentAtIndex:0];
[self.segmentedControl setTitle:NSLocalizedString(@"See Again", nil) forSegmentAtIndex:1];
Expand Down

0 comments on commit a1fa88e

Please sign in to comment.