From 9ccad6ce623f6c0d9db390b02b9657ea7d09ba46 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 7 Apr 2008 13:25:55 +0000 Subject: [PATCH] capitalization changes --- macosx/DragOverlayWindow.m | 6 +++--- macosx/English.lproj/Localizable.strings | Bin 56104 -> 56154 bytes macosx/InfoWindowController.m | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/macosx/DragOverlayWindow.m b/macosx/DragOverlayWindow.m index b52ba8758..bdb3c68c4 100644 --- a/macosx/DragOverlayWindow.m +++ b/macosx/DragOverlayWindow.m @@ -118,9 +118,9 @@ { NSString * fileString; if (fileCount == 1) - fileString = NSLocalizedString(@"1 File", "Drag overlay -> torrents"); + fileString = NSLocalizedString(@"1 file", "Drag overlay -> torrents"); else - fileString= [NSString stringWithFormat: NSLocalizedString(@"%d Files", "Drag overlay -> torrents"), fileCount]; + fileString= [NSString stringWithFormat: NSLocalizedString(@"%d files", "Drag overlay -> torrents"), fileCount]; secondString = [NSString stringWithFormat: @"%@, %@", fileString, secondString]; } @@ -130,7 +130,7 @@ else { name = [NSString stringWithFormat: NSLocalizedString(@"%d Torrent Files", "Drag overlay -> torrents"), count]; - secondString = [secondString stringByAppendingString: @" Total"]; + secondString = [secondString stringByAppendingString: @" total"]; icon = [NSImage imageNamed: @"TransmissionDocument.icns"]; } diff --git a/macosx/English.lproj/Localizable.strings b/macosx/English.lproj/Localizable.strings index 2469ed5b935ab8ec7269c1cd6fe512fc295ae191..7f967c0d12e007bf978bf5211c2fcfcb5028a973 100644 GIT binary patch delta 144 zcmZ3njrrC#<_(+JCr=Uzn7ofYVDdUfh0SX?3YaFpVbh!JwMAue9G}EwCLW*3`$V)R zdx=_2zQE5m*`Y*)U6mn)L4hG{vY>$BPl2nCy^YGx>oC2T-G( jcp5_{Lk>eKgA!1iEf6a)7=jI$=x7PFL}>FXQM;o67kDj= delta 139 zcmcb$jd{g3<_(+JCoed|HHjl=a!-cNBn~#|5Qcn)5{5*E90nx@1qNFnR$@?PZ~)RF zn-w_@GEF|vn$>b}+0-GoC2ytLnXEm8a X)L?Reg32Urj>-Q-_% selected torrents"), fileCount], - [NSString stringWithFormat: NSLocalizedString(@"%@ Total", "Inspector -> selected torrents"), + [NSString stringWithFormat: NSLocalizedString(@"%d files", "Inspector -> selected torrents"), fileCount], + [NSString stringWithFormat: NSLocalizedString(@"%@ total", "Inspector -> selected torrents"), [NSString stringForFileSize: size]]]]; [fBasicInfoField setToolTip: [NSString stringWithFormat: NSLocalizedString(@"%u bytes", "Inspector -> selected torrents"), size]]; @@ -364,9 +364,9 @@ typedef enum NSString * fileString; int fileCount = [torrent fileCount]; if (fileCount == 1) - fileString = NSLocalizedString(@"1 File", "Inspector -> selected torrents"); + fileString = NSLocalizedString(@"1 file", "Inspector -> selected torrents"); else - fileString= [NSString stringWithFormat: NSLocalizedString(@"%d Files", "Inspector -> selected torrents"), fileCount]; + fileString= [NSString stringWithFormat: NSLocalizedString(@"%d files", "Inspector -> selected torrents"), fileCount]; basicString = [NSString stringWithFormat: @"%@, %@", fileString, basicString]; } [fBasicInfoField setStringValue: basicString]; -- 2.40.0