mirror of
https://github.com/transmission/transmission
synced 2024-12-27 18:18:10 +00:00
fix typo from the typo fix
This commit is contained in:
parent
1828cca645
commit
7e698d48b4
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -230,7 +230,7 @@ typedef enum
|
||||||
[NSString stringWithFormat: NSLocalizedString(@"%d files", "Inspector -> selected torrents"), fileCount],
|
[NSString stringWithFormat: NSLocalizedString(@"%d files", "Inspector -> selected torrents"), fileCount],
|
||||||
[NSString stringWithFormat: NSLocalizedString(@"%@ total", "Inspector -> selected torrents"),
|
[NSString stringWithFormat: NSLocalizedString(@"%@ total", "Inspector -> selected torrents"),
|
||||||
[NSString stringForFileSize: size]]]];
|
[NSString stringForFileSize: size]]]];
|
||||||
[fBasicInfoField setToolTip: [NSString stringWithFormat: NSLocalizedString(@"llu bytes", "Inspector -> selected torrents"),
|
[fBasicInfoField setToolTip: [NSString stringWithFormat: NSLocalizedString(@"%llu bytes", "Inspector -> selected torrents"),
|
||||||
size]];
|
size]];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue