From b269c8ee4aa7464fd4b46394e75d0ab1edced0cd Mon Sep 17 00:00:00 2001 From: moritz haarmann Date: Wed, 26 Feb 2014 15:23:03 +0100 Subject: [PATCH] + Wording --- Classes/BITImageAnnotationViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITImageAnnotationViewController.m b/Classes/BITImageAnnotationViewController.m index f997706023..b5f3aae62f 100644 --- a/Classes/BITImageAnnotationViewController.m +++ b/Classes/BITImageAnnotationViewController.m @@ -43,7 +43,7 @@ self.view.backgroundColor = [UIColor groupTableViewBackgroundColor]; - self.editingControls = [[UISegmentedControl alloc] initWithItems:@[@"Arrow", @"Rect", @"Blur"]]; + self.editingControls = [[UISegmentedControl alloc] initWithItems:@[@"Rectangle", @"Arrow", @"Blur"]]; self.navigationItem.titleView = self.editingControls;