aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-09-21 10:39:34 +0000
committerstuconnolly <stuart02@gmail.com>2010-09-21 10:39:34 +0000
commitc36387a52cf34318082d5fdbf9c48274f3c764a2 (patch)
treea0059bc8c3709e40812c109a7bcec44650d187fb /Source/SPTableContent.m
parente42ca858f56f62768da1118787c0bde0ad92fb93 (diff)
downloadsequelpro-c36387a52cf34318082d5fdbf9c48274f3c764a2.tar.gz
sequelpro-c36387a52cf34318082d5fdbf9c48274f3c764a2.tar.bz2
sequelpro-c36387a52cf34318082d5fdbf9c48274f3c764a2.zip
Update Localizable.strings and resolve the use of multiple comments for the same string.
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r--Source/SPTableContent.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m
index 9a1fc14c..59a9e8c4 100644
--- a/Source/SPTableContent.m
+++ b/Source/SPTableContent.m
@@ -127,7 +127,7 @@
kCellEditorErrorNoMatch = NSLocalizedString(@"Field is not editable. No matching record found.\nReload table, check the encoding, or try to add\na primary key field or more fields\nin the view declaration of '%@' to identify\nfield origin unambiguously.", @"Table Content result editing error - could not identify original row");
kCellEditorErrorNoMultiTabDb = NSLocalizedString(@"Field is not editable. Field has no or multiple table or database origin(s).",@"field is not editable due to no table/database");
- kCellEditorErrorTooManyMatches = NSLocalizedString(@"Field is not editable. Couldn't identify field origin unambiguously (%ld match%@).", @"Table Content result editing error - could not match row being edited uniquely");
+ kCellEditorErrorTooManyMatches = NSLocalizedString(@"Field is not editable. Couldn't identify field origin unambiguously (%ld match%@).", @"Query result editing error - could not match row being edited uniquely");
}