diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-21 00:40:03 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-21 00:40:03 +0000 |
commit | 78791e54c5e5a710f67486b274e0a0b0d98ea917 (patch) | |
tree | f75a22a8915a2c56bb618608dc6879feab2fd1c9 | |
parent | da4787ab0f55faf065da34e86c5a7e252911e049 (diff) | |
download | sequelpro-78791e54c5e5a710f67486b274e0a0b0d98ea917.tar.gz sequelpro-78791e54c5e5a710f67486b274e0a0b0d98ea917.tar.bz2 sequelpro-78791e54c5e5a710f67486b274e0a0b0d98ea917.zip |
Interface labeling.
-rw-r--r-- | Interfaces/English.lproj/Localizable.strings | bin | 96192 -> 97608 bytes | |||
-rw-r--r-- | Source/TablesList.m | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Interfaces/English.lproj/Localizable.strings b/Interfaces/English.lproj/Localizable.strings Binary files differindex 06b1076a..d4660f66 100644 --- a/Interfaces/English.lproj/Localizable.strings +++ b/Interfaces/English.lproj/Localizable.strings 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]; |