contacts details rm

This commit is contained in:
Gautier Pelloux-Prayer 2015-09-30 14:05:11 +02:00
parent eed495e4e5
commit f81fa18ef0

View file

@ -245,8 +245,7 @@ static UICompositeViewDescription *compositeDescription = nil;
}
- (IBAction)onDeleteClick:(id)sender {
NSString *msg = [NSString
stringWithFormat:NSLocalizedString(@"Are you sure that you want to delete your contact %@?", nil), @"toto"];
NSString *msg = NSLocalizedString(@"Are you sure that you want to delete your contact?", nil);
[UIConfirmationDialog ShowWithMessage:msg
onCancelClick:nil
onConfirmationClick:^() {