aboutsummaryrefslogtreecommitdiffstats
path: root/TablesList.m
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2008-08-30 17:21:10 +0000
committeravenjamin <avenjamin@gmail.com>2008-08-30 17:21:10 +0000
commit9c347ca9ef64c8230fac1927a897a08440c269e0 (patch)
treebe18ad4e94e457447838a154eb3342f1e3c85f8e /TablesList.m
parent50404d84388ed339dc929ac1cbb27aae3a29cb51 (diff)
downloadsequelpro-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.m2
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;
}