capitalization adjustments

This commit is contained in:
Mitchell Livingston
2008-03-04 01:03:15 +00:00
parent 08d986759b
commit fa085c4adc
2 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -41,8 +41,8 @@
return;
fCount = count;
[self setToolTip: fCount == 1 ? NSLocalizedString(@"1 Transfer", "Filter Button -> tool tip")
: [NSString stringWithFormat: NSLocalizedString(@"%d Transfers", "Filter Bar Button -> tool tip"), fCount]];
[self setToolTip: fCount == 1 ? NSLocalizedString(@"1 transfer", "Filter Button -> tool tip")
: [NSString stringWithFormat: NSLocalizedString(@"%d transfers", "Filter Bar Button -> tool tip"), fCount]];
}
@end