diff options
author | stuconnolly <stuart02@gmail.com> | 2013-04-29 20:24:37 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-04-29 20:24:37 +0000 |
commit | b22ed9806f0b62d26aaf547bac53c34ff77bd250 (patch) | |
tree | 94257509889713cdd3f0aeb62db259202c7e57a6 /Source | |
parent | c26e864715984f877e07e3746fc9164f788ab2ca (diff) | |
download | sequelpro-b22ed9806f0b62d26aaf547bac53c34ff77bd250.tar.gz sequelpro-b22ed9806f0b62d26aaf547bac53c34ff77bd250.tar.bz2 sequelpro-b22ed9806f0b62d26aaf547bac53c34ff77bd250.zip |
Update localisation comment.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPTablesList.m | 2 |
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")]; |