display file count in inspector next to total size, instead of under the file table

This commit is contained in:
Mitchell Livingston
2007-11-25 04:06:26 +00:00
parent bd2de0888e
commit e49ca41f2c
8 changed files with 36 additions and 25 deletions

View File

@@ -115,7 +115,7 @@
fileString = NSLocalizedString(@"1 File, ", "Drag overlay -> torrents");
else
fileString= [NSString stringWithFormat: NSLocalizedString(@"%d Files, ", "Drag overlay -> torrents"), fileCount];
secondString = [fileString stringByAppendingString: secondString];
secondString = [fileString stringByAppendingString: secondString];
}
if (count == 1)