aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPCustomQuery.m')
-rw-r--r--Source/SPCustomQuery.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m
index 4150d5a4..6f79948d 100644
--- a/Source/SPCustomQuery.m
+++ b/Source/SPCustomQuery.m
@@ -754,7 +754,7 @@
if (![mySQLConnection lastQueryWasCancelled]) {
[tableDocumentInstance setTaskIndicatorShouldAnimate:NO];
- [SPAlertSheets beginWaitingAlertSheetWithTitle:@"title"
+ [SPAlertSheets beginWaitingAlertSheetWithTitle:NSLocalizedString(@"MySQL Error", @"mysql error message")
defaultButton:NSLocalizedString(@"Run All", @"run all button")
alternateButton:NSLocalizedString(@"Continue", @"continue button")
otherButton:NSLocalizedString(@"Stop", @"stop button")
@@ -763,7 +763,6 @@
modalDelegate:self
didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
contextInfo:@"runAllContinueStopSheet"
- msg:NSLocalizedString(@"MySQL Error", @"mysql error message")
infoText:[mySQLConnection lastErrorMessage]
returnCode:&runAllContinueStopSheetReturnCode];