diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-14 14:33:25 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-14 14:33:25 +0000 |
commit | 094c2779974ba765fc42af063d094e2dc136f225 (patch) | |
tree | f56738ce276598b78ee13e84cdb733aef37e1bec /Source | |
parent | b416343eb624b6ba2cc1ed91f0d1de919d03acc0 (diff) | |
download | sequelpro-094c2779974ba765fc42af063d094e2dc136f225.tar.gz sequelpro-094c2779974ba765fc42af063d094e2dc136f225.tar.bz2 sequelpro-094c2779974ba765fc42af063d094e2dc136f225.zip |
Update Localizable.strings by running genstrings and remove the use of multiple comments for the same string.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPPrintController.m | 4 |
1 files changed, 2 insertions, 2 deletions
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: |