From 9c347ca9ef64c8230fac1927a897a08440c269e0 Mon Sep 17 00:00:00 2001 From: avenjamin Date: Sat, 30 Aug 2008 17:21:10 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Added=20localisation=20for=20TABLES=20and?= =?UTF-8?q?=20TABLE=20INFORMATION=20=E2=80=A2=20Issue=2035=20-=20marked=20?= =?UTF-8?q?fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- English.lproj/Localizable.strings | Bin 32914 -> 33230 bytes SPTableInfo.m | 2 +- TablesList.m | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/English.lproj/Localizable.strings b/English.lproj/Localizable.strings index 1646888a..5b76de27 100644 Binary files a/English.lproj/Localizable.strings and b/English.lproj/Localizable.strings differ 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]; } 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; } -- cgit v1.2.3