aboutsummaryrefslogtreecommitdiffstats
path: root/SPTableInfo.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 /SPTableInfo.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 'SPTableInfo.m')
-rw-r--r--SPTableInfo.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SPTableInfo.m b/SPTableInfo.m
index c1050937..0885e96f 100644
--- a/SPTableInfo.m
+++ b/SPTableInfo.m
@@ -28,7 +28,7 @@
// selector:@selector(tableChanged:)
// name:NSTableViewSelectionDidChangeNotification
// object:nil];
- [info addObject:@"TABLE INFORMATION"];
+ [info addObject:NSLocalizedString(@"TABLE INFORMATION",@"header for table info pane")];
[infoTable reloadData];
}