Skip to content

Commit

Permalink
slightly cleaned up language
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRevell committed Oct 10, 2013
1 parent b17a776 commit acf85ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DialogViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ - (void)viewDidLoad

self.computer.image = [UIImage imageNamed:@"pers6.jpg" ];
self.dialog.numberOfLines = 4;
self.dialog.text = @"Bitches be tellin' me that you ain't got no name. What's up with that shit?";
self.dialog.text = @"Welcome, young trainer. Don't be shy. What is your name?";
// Do any additional setup after loading the view from its nib.
}

Expand Down

0 comments on commit acf85ee

Please sign in to comment.