diff options
-rw-r--r-- | Interfaces/English.lproj/Localizable.strings | bin | 137220 -> 139672 bytes | |||
-rw-r--r-- | Source/SPPrintController.m | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Interfaces/English.lproj/Localizable.strings b/Interfaces/English.lproj/Localizable.strings Binary files differindex 43d717cb..5e408abd 100644 --- a/Interfaces/English.lproj/Localizable.strings +++ b/Interfaces/English.lproj/Localizable.strings 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: |