From acf85eed1ced5a1a7f1a81f8bcb18352ab4e57e6 Mon Sep 17 00:00:00 2001 From: Michael Revell Date: Thu, 10 Oct 2013 00:27:05 -0700 Subject: [PATCH] slightly cleaned up language --- DialogViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DialogViewController.m b/DialogViewController.m index da90843..2899ce0 100644 --- a/DialogViewController.m +++ b/DialogViewController.m @@ -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. }