aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-14 14:33:25 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-14 14:33:25 +0000
commit094c2779974ba765fc42af063d094e2dc136f225 (patch)
treef56738ce276598b78ee13e84cdb733aef37e1bec
parentb416343eb624b6ba2cc1ed91f0d1de919d03acc0 (diff)
downloadsequelpro-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.
-rw-r--r--Interfaces/English.lproj/Localizable.stringsbin137220 -> 139672 bytes
-rw-r--r--Source/SPPrintController.m4
2 files changed, 2 insertions, 2 deletions
diff --git a/Interfaces/English.lproj/Localizable.strings b/Interfaces/English.lproj/Localizable.strings
index 43d717cb..5e408abd 100644
--- a/Interfaces/English.lproj/Localizable.strings
+++ b/Interfaces/English.lproj/Localizable.strings
Binary files differ
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: