From 566aa46a231fd45a4c373a8122ab2bb6aa39ced6 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 20 Mar 2012 23:25:40 +0000 Subject: Update error message. --- Source/SPTableContent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index 492bb9ae..3e81c2ad 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -2897,7 +2897,7 @@ // Report errors which have occurred } else { - SPBeginAlertSheet(NSLocalizedString(@"Couldn't write row", @"Couldn't write row error"), NSLocalizedString(@"Edit row", @"Edit row button"), NSLocalizedString(@"Discard changes", @"discard changes button"), nil, [tableDocumentInstance parentWindow], self, @selector(addRowErrorSheetDidEnd:returnCode:contextInfo:), nil, + SPBeginAlertSheet(NSLocalizedString(@"Unable to write row", @"Unable to write row error"), NSLocalizedString(@"Edit row", @"Edit row button"), NSLocalizedString(@"Discard changes", @"discard changes button"), nil, [tableDocumentInstance parentWindow], self, @selector(addRowErrorSheetDidEnd:returnCode:contextInfo:), nil, [NSString stringWithFormat:NSLocalizedString(@"MySQL said:\n\n%@", @"message of panel when error while adding row to db"), [mySQLConnection lastErrorMessage]]); return NO; } -- cgit v1.2.3