diff options
author | stuconnolly <stuart02@gmail.com> | 2009-08-28 21:01:51 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-08-28 21:01:51 +0000 |
commit | 7866f392fed3e2b57998701dbdae5275e7c80d80 (patch) | |
tree | 0177ee63a51df5688d7a62e23bdff7004132c2cd /Source/TableDump.m | |
parent | de80153c8903211c7112d2fd86eb4b9f38d0ea73 (diff) | |
download | sequelpro-7866f392fed3e2b57998701dbdae5275e7c80d80.tar.gz sequelpro-7866f392fed3e2b57998701dbdae5275e7c80d80.tar.bz2 sequelpro-7866f392fed3e2b57998701dbdae5275e7c80d80.zip |
Update Localizable.strings by running genstrings and remove use of multiple comments for a single string.
Diffstat (limited to 'Source/TableDump.m')
-rw-r--r-- | Source/TableDump.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/TableDump.m b/Source/TableDump.m index e07e4c86..dbd28bcd 100644 --- a/Source/TableDump.m +++ b/Source/TableDump.m @@ -433,7 +433,7 @@ } if (errorStr) { - NSBeginAlertSheet(NSLocalizedString(@"Error", @"Error"), + NSBeginAlertSheet(NSLocalizedString(@"Error", @"error"), NSLocalizedString(@"OK", @"OK button"), nil, nil, tableWindow, self, @@ -577,7 +577,7 @@ [singleProgressBar setIndeterminate:NO]; if(importArrayCount == 0){ - NSBeginAlertSheet(NSLocalizedString(@"Error", @"Error"), + NSBeginAlertSheet(NSLocalizedString(@"Error", @"error"), NSLocalizedString(@"OK", @"OK button"), nil, nil, tableWindow, self, @@ -619,7 +619,7 @@ // Sanity check the first row of the CSV to prevent hang loops caused by wrong line ending entry if ([[importArray objectAtIndex:currentRow] count] > 512) { - NSBeginAlertSheet(NSLocalizedString(@"Error", @"Error"), + NSBeginAlertSheet(NSLocalizedString(@"Error", @"error"), NSLocalizedString(@"OK", @"OK button"), nil, nil, tableWindow, self, |