From fa085c4adc719b2fee6a696896b0ee69a830ea1f Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 4 Mar 2008 01:03:15 +0000 Subject: [PATCH] capitalization adjustments --- macosx/English.lproj/Localizable.strings | Bin 53596 -> 54068 bytes macosx/FilterButton.m | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/English.lproj/Localizable.strings b/macosx/English.lproj/Localizable.strings index 129039f6f9bd7dfbffbbca8bd9259619a31d24b2..66f5daed3d8b8c4a66f06d3a66d1bbc0a504d8ea 100644 GIT binary patch delta 461 zcma)&u}cDB7{)&^?L*}_Pd&{X&dWp^#6RFV>I#B7B7$g%z#7Cb?~p7AC)X~Bdm0)< zB%&##_!=A<44euYn?h=7XzCAW=q!Skq~Ya#p5^(y&---hx;}SZT46MOJkF{@AWzD~ zAQfT~=}Yb5wi9uC9VcOWbp$Cf34WfU6<45#{U}yAOjRfvf(P&66nZ(4wZ(n+KLdkE zi*i4Zwc@>TJZNz=XPRheuQvA~Oqt1?@qc1UA z-;g17lDOISqEX_J)uz8~7RAH&+>I&ux9FxC@s!UEe%Qbn92*;!oQj_Niu`z~B zK3yU|SudAs^E$B}Rv?27ta_FVSS70=g91ayZT9m`QkpDKXf%03LBQk*`Rg`6D7Ym! x*}&awb3ro;=j4PVR+Ali7fs&R<1u-{IjhMN`jj?*>8-Jw{6H&ibJp2YtN=43Qi=co diff --git a/macosx/FilterButton.m b/macosx/FilterButton.m index 4d9b3486f..fc8626bf2 100644 --- a/macosx/FilterButton.m +++ b/macosx/FilterButton.m @@ -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