From 094c2779974ba765fc42af063d094e2dc136f225 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 14 Mar 2010 14:33:25 +0000 Subject: Update Localizable.strings by running genstrings and remove the use of multiple comments for the same string. --- Source/SPPrintController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPPrintController.m') diff --git a/Source/SPPrintController.m b/Source/SPPrintController.m index dd990cad..f842aa04 100644 --- a/Source/SPPrintController.m +++ b/Source/SPPrintController.m @@ -216,7 +216,7 @@ NSArray *data = [tableRelationsInstance relationDataForPrinting]; - heading = NSLocalizedString(@"Table Relations", @"table relations print heading"); + heading = NSLocalizedString(@"Table Relations", @"toolbar item label for switching to the Table Relations tab"); rows = [[NSArray alloc] initWithArray: [data objectsAtIndexes: @@ -228,7 +228,7 @@ NSArray *data = [tableTriggersInstance triggerDataForPrinting]; - heading = NSLocalizedString(@"Table Triggers", @"table triggers print heading"); + heading = NSLocalizedString(@"Table Triggers", @"toolbar item label for switching to the Table Triggers tab"); rows = [[NSArray alloc] initWithArray: [data objectsAtIndexes: -- cgit v1.2.3