Subversion Repository Public Repository

Nextrek

Diff Revisions 319 vs 376 for /iOS/SafariArte/trunk/Pods/RFRateMe/RFRateMe/RFRateMe.m

Diff revisions: vs.
  @@ -49,7 +49,7 @@
49 49
50 50 //Show rate alert
51 51 UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:NSLocalizedString(kAppName, @"")
52 - message:[NSString stringWithFormat:@"If you enjoy %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!",kAppName]
52 + message:NSLocalizedString(@"RateMessage", nil)
53 53 delegate:nil
54 54 cancelButtonTitle:NSLocalizedString(@"Never ask me again", @"")
55 55 otherButtonTitles:NSLocalizedString(@"Rate it now", @""),NSLocalizedString(@"Remind me later",@""), nil];