aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-03 10:53:26 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-03 10:53:26 +0000
commitca60d2e7bdec4763489e79ff4c457c32cd1f57db (patch)
tree85ba4e228f51ec6975833d3e2a8a7b0860f0df8e /Source/SPTablesList.m
parent4aaa7dda2d01afbebb9f7c2a6ba8537a3206858a (diff)
downloadsequelpro-ca60d2e7bdec4763489e79ff4c457c32cd1f57db.tar.gz
sequelpro-ca60d2e7bdec4763489e79ff4c457c32cd1f57db.tar.bz2
sequelpro-ca60d2e7bdec4763489e79ff4c457c32cd1f57db.zip
• finished the first implementation of CSV Import into new table
note:What else is needed for such an import? table encoding settings? ... has to be discussed
Diffstat (limited to 'Source/SPTablesList.m')
-rw-r--r--Source/SPTablesList.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m
index e3a5cdd3..8075f244 100644
--- a/Source/SPTablesList.m
+++ b/Source/SPTablesList.m
@@ -1656,7 +1656,7 @@
[mySQLConnection queryString:query];
if ([mySQLConnection queryErrored]) {
- NSAlert *alert = [NSAlert alertWithMessageText:NSLocalizedString(@"Error while importing table", @"rror while importing table message")
+ NSAlert *alert = [NSAlert alertWithMessageText:NSLocalizedString(@"Error while importing table", @"error while importing table message")
defaultButton:NSLocalizedString(@"OK", @"OK button")
alternateButton:nil
otherButton:nil