diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-19 15:07:28 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-19 15:07:28 +0000 |
commit | 07c60cd26a34d2aac9d31eac3dae390647ab9fd1 (patch) | |
tree | 91df1d0920bd5a29704428de3782cea036497a5b /Source/SPTablesList.m | |
parent | 58d3c046c37ef4f9d880727f124e9c338212925e (diff) | |
download | sequelpro-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.m | 2 |
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]; |