diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-01 15:23:33 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-01 15:23:33 +0000 |
commit | d766381344119184158738d2d5a23484a8a1b3a1 (patch) | |
tree | b74e3e39419d4271ee56931e9a06a1799e9b4035 /Source/TableDump.m | |
parent | 9f7b5dccfae711371970031b3e79f671213441d6 (diff) | |
download | sequelpro-d766381344119184158738d2d5a23484a8a1b3a1.tar.gz sequelpro-d766381344119184158738d2d5a23484a8a1b3a1.tar.bz2 sequelpro-d766381344119184158738d2d5a23484a8a1b3a1.zip |
- Add copy create syntax button to the create syntax sheet.
- Fix the Growl notification prefs message as well as making the dialog a sheet.
- Re-run genstrings to update localizable.strings and also remove use of multiple comments for a single string.
Diffstat (limited to 'Source/TableDump.m')
-rw-r--r-- | Source/TableDump.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/TableDump.m b/Source/TableDump.m index 3f518214..346ae099 100644 --- a/Source/TableDump.m +++ b/Source/TableDump.m @@ -735,7 +735,7 @@ // Reset progress interface [errorsView setString:@""]; [singleProgressTitle setStringValue:NSLocalizedString(@"Importing CSV", @"text showing that the application is importing CSV")]; - [singleProgressText setStringValue:NSLocalizedString(@"Reading...", @"text showing that app is reading CSV file")]; + [singleProgressText setStringValue:NSLocalizedString(@"Reading...", @"text showing that app is reading dump")]; [singleProgressBar setIndeterminate:YES]; [singleProgressBar setUsesThreadedAnimation:YES]; [singleProgressBar startAnimation:self]; @@ -1006,7 +1006,7 @@ // Ensure data was provided, or alert than an import error occurred and return false. if (![importData count]) { - NSBeginAlertSheet(NSLocalizedString(@"Error", @"Error"), + NSBeginAlertSheet(NSLocalizedString(@"Error", @"error"), NSLocalizedString(@"OK", @"OK button"), nil, nil, tableWindow, self, |