From 75b2c3cd2523501e0f03ef3cabbfa7ba2f150184 Mon Sep 17 00:00:00 2001 From: jakob Date: Thu, 22 Apr 2010 13:49:44 +0000 Subject: changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE" --- Source/TableDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableDocument.m') diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 1a56d480..0701341d 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -4144,7 +4144,7 @@ // An error occurred [self performSelector:@selector(showErrorSheetWith:) withObject:[NSArray arrayWithObjects:NSLocalizedString(@"Error", @"error"), - [NSString stringWithFormat:NSLocalizedString(@"Couldn't remove database.\nMySQL said: %@", @"message of panel when removing db failed"), + [NSString stringWithFormat:NSLocalizedString(@"Couldn't delete the database.\nMySQL said: %@", @"message of panel when deleting db failed"), [mySQLConnection getLastErrorMessage]], nil] afterDelay:0.3]; -- cgit v1.2.3