]> granicus.if.org Git - transmission/commitdiff
fix typo from the typo fix
authorMitchell Livingston <livings124@transmissionbt.com>
Thu, 29 May 2008 00:58:20 +0000 (00:58 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Thu, 29 May 2008 00:58:20 +0000 (00:58 +0000)
macosx/English.lproj/Localizable.strings
macosx/InfoWindowController.m

index 7470d26b0f34a5c1028b2f34e354dbf4addb165a..5d795e75dce3e66b51054155f595d6d494e7079c 100644 (file)
Binary files a/macosx/English.lproj/Localizable.strings and b/macosx/English.lproj/Localizable.strings differ
index abcb73522d15c97f9c6b4b4b08361655948b9a6b..0cc6ff533f6ba1ff664364d537b97788d8921ac9 100644 (file)
@@ -230,7 +230,7 @@ typedef enum
                 [NSString stringWithFormat: NSLocalizedString(@"%d files", "Inspector -> selected torrents"), fileCount],
                 [NSString stringWithFormat: NSLocalizedString(@"%@ total", "Inspector -> selected torrents"),
                 [NSString stringForFileSize: size]]]];
-            [fBasicInfoField setToolTip: [NSString stringWithFormat: NSLocalizedString(@"llu bytes", "Inspector -> selected torrents"),
+            [fBasicInfoField setToolTip: [NSString stringWithFormat: NSLocalizedString(@"%llu bytes", "Inspector -> selected torrents"),
                                             size]];
         }
         else