aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.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/SPCustomQuery.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/SPCustomQuery.m')
-rw-r--r--Source/SPCustomQuery.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m
index 35401d97..5f658a1d 100644
--- a/Source/SPCustomQuery.m
+++ b/Source/SPCustomQuery.m
@@ -3438,7 +3438,7 @@
kCellEditorErrorNoMatch = NSLocalizedString(@"Field is not editable. No matching record found.\nReload data, check encoding, or try to add\na primary key field or more fields\nin your SELECT statement for table '%@'\nto identify field origin unambiguously.", @"Custom Query 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%@).", @"Custom Query 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");
}