aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-10-19 15:07:28 +0000
committerstuconnolly <stuart02@gmail.com>2010-10-19 15:07:28 +0000
commit07c60cd26a34d2aac9d31eac3dae390647ab9fd1 (patch)
tree91df1d0920bd5a29704428de3782cea036497a5b /Source/SPTablesList.m
parent58d3c046c37ef4f9d880727f124e9c338212925e (diff)
downloadsequelpro-07c60cd26a34d2aac9d31eac3dae390647ab9fd1.tar.gz
sequelpro-07c60cd26a34d2aac9d31eac3dae390647ab9fd1.tar.bz2
sequelpro-07c60cd26a34d2aac9d31eac3dae390647ab9fd1.zip
Remove use of multiple comments for localized strings.
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 1a694fc2..965ddf8e 100644
--- a/Source/SPTablesList.m
+++ b/Source/SPTablesList.m
@@ -263,7 +263,7 @@
// Set the filter placeholder text
if ([tableDocumentInstance database]) {
- [[[listFilterField cell] onMainThread] setPlaceholderString:NSLocalizedString(@"Filter", @"Filter placeholder")];
+ [[[listFilterField cell] onMainThread] setPlaceholderString:NSLocalizedString(@"Filter", @"filter label")];
}
if (previousSelectedTable) [previousSelectedTable release];