diff options
author | avenjamin <avenjamin@gmail.com> | 2008-08-30 17:21:10 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-08-30 17:21:10 +0000 |
commit | 9c347ca9ef64c8230fac1927a897a08440c269e0 (patch) | |
tree | be18ad4e94e457447838a154eb3342f1e3c85f8e /TablesList.m | |
parent | 50404d84388ed339dc929ac1cbb27aae3a29cb51 (diff) | |
download | sequelpro-9c347ca9ef64c8230fac1927a897a08440c269e0.tar.gz sequelpro-9c347ca9ef64c8230fac1927a897a08440c269e0.tar.bz2 sequelpro-9c347ca9ef64c8230fac1927a897a08440c269e0.zip |
• Added localisation for TABLES and TABLE INFORMATION
• Issue 35 - marked fixed
Diffstat (limited to 'TablesList.m')
-rw-r--r-- | TablesList.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TablesList.m b/TablesList.m index 06616069..19b9362f 100644 --- a/TablesList.m +++ b/TablesList.m @@ -677,7 +677,7 @@ loads structure or source if tab selected the first time tables = [[NSMutableArray alloc] init]; structureLoaded = NO; contentLoaded = NO; - [tables addObject:@"TABLES"]; + [tables addObject:NSLocalizedString(@"TABLES",@"header for table list")]; return self; } |