aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-04-29 20:24:37 +0000
committerstuconnolly <stuart02@gmail.com>2013-04-29 20:24:37 +0000
commitb22ed9806f0b62d26aaf547bac53c34ff77bd250 (patch)
tree94257509889713cdd3f0aeb62db259202c7e57a6 /Source/SPTablesList.m
parentc26e864715984f877e07e3746fc9164f788ab2ca (diff)
downloadsequelpro-b22ed9806f0b62d26aaf547bac53c34ff77bd250.tar.gz
sequelpro-b22ed9806f0b62d26aaf547bac53c34ff77bd250.tar.bz2
sequelpro-b22ed9806f0b62d26aaf547bac53c34ff77bd250.zip
Update localisation comment.
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 20ba93bd..ed228248 100644
--- a/Source/SPTablesList.m
+++ b/Source/SPTablesList.m
@@ -2185,7 +2185,7 @@ static NSString *SPDuplicateTable = @"SPDuplicateTable";
// Try to provide a more helpful message
if ([databaseError rangeOfString:@"a foreign key constraint fails" options:NSCaseInsensitiveSearch].location != NSNotFound) {
userMessage = NSLocalizedString(@"Couldn't delete '%@'.\n\nSelecting the 'Force delete' option may prevent this issue, but may leave the database in an inconsistent state.\n\nMySQL said: %@",
- @"message of panel when an item cannot be deleted");
+ @"message of panel when an item cannot be deleted including informative message about using force deletion");
}
[alert setMessageText:NSLocalizedString(@"Error", @"error")];