From 78791e54c5e5a710f67486b274e0a0b0d98ea917 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 21 Oct 2009 00:40:03 +0000 Subject: Interface labeling. --- Source/TablesList.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TablesList.m') diff --git a/Source/TablesList.m b/Source/TablesList.m index 4e2aecef..b5ddb0af 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -235,7 +235,7 @@ if ([tableDocumentInstance database]) { if ([theResult numOfRows]) [[listFilterField cell] setPlaceholderString:NSLocalizedString(@"Filter tables, views, procs & funcs", @"Filter placeholder when all tables types are present")]; else if (tableListContainsViews) [[listFilterField cell] setPlaceholderString:NSLocalizedString(@"Filter tables and views", @"Filter placeholder when tables and views are present")]; - else [[listFilterField cell] setPlaceholderString:NSLocalizedString(@"Filter the list of tables", @"Filter placeholder when only tables are present")]; + else [[listFilterField cell] setPlaceholderString:NSLocalizedString(@"Filter tables", @"Filter placeholder when only tables are present")]; } if (previousSelectedTable) [previousSelectedTable release]; -- cgit v1.2.3