diff options
author | jakob <jakob@eggerapps.at> | 2010-04-22 13:49:44 +0000 |
---|---|---|
committer | jakob <jakob@eggerapps.at> | 2010-04-22 13:49:44 +0000 |
commit | 75b2c3cd2523501e0f03ef3cabbfa7ba2f150184 (patch) | |
tree | 5a3ef877f04eb3db0a6eb8a7536b6836a85bf62b /Source/TableDocument.m | |
parent | 644ca35f080acd199a69d78dc93526caf5377b3f (diff) | |
download | sequelpro-75b2c3cd2523501e0f03ef3cabbfa7ba2f150184.tar.gz sequelpro-75b2c3cd2523501e0f03ef3cabbfa7ba2f150184.tar.bz2 sequelpro-75b2c3cd2523501e0f03ef3cabbfa7ba2f150184.zip |
changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |