From 9f1097088cd2748c8f7e78c2afd0d7c461d814ae Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 1 Aug 2010 20:11:43 +0000 Subject: - Make a few more strings localizable --- Source/SPTableRelations.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPTableRelations.m') diff --git a/Source/SPTableRelations.m b/Source/SPTableRelations.m index cca7f213..ce8b7829 100644 --- a/Source/SPTableRelations.m +++ b/Source/SPTableRelations.m @@ -166,7 +166,7 @@ - (IBAction)addRelation:(id)sender { // Set up the controls - [addRelationTableBox setTitle:[NSString stringWithFormat:@"Table: %@", [tablesListInstance tableName]]]; + [addRelationTableBox setTitle:[NSString stringWithFormat:NSLocalizedString(@"Table: %@", @"Add Relation sheet title, showing table name"), [tablesListInstance tableName]]]; [columnPopUpButton removeAllItems]; [columnPopUpButton addItemsWithTitles:[tableDataInstance columnNames]]; @@ -244,7 +244,7 @@ if (([tablesListInstance tableType] == SPTableTypeTable) && ([[engine lowercaseString] isEqualToString:@"innodb"])) { // Update the text label - [labelTextField setStringValue:[NSString stringWithFormat:@"Relations for table: %@", [tablesListInstance tableName]]]; + [labelTextField setStringValue:[NSString stringWithFormat:NSLocalizedString(@"Relations for table: %@", @"Relations tab subtitle showing table name"), [tablesListInstance tableName]]]; [addRelationButton setEnabled:enableInteraction]; [refreshRelationsButton setEnabled:enableInteraction]; -- cgit v1.2.3