mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
capitalization adjustments
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user