]> granicus.if.org Git - transmission/commitdiff
fix string typo; one less warning
authorMitchell Livingston <livings124@transmissionbt.com>
Wed, 11 Jun 2008 19:06:31 +0000 (19:06 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Wed, 11 Jun 2008 19:06:31 +0000 (19:06 +0000)
macosx/Controller.m
macosx/English.lproj/Localizable.strings
macosx/Torrent.m

index c255b479f3e3ce37ecaabe3c3afa3367e94edcb7..70150fad9a15a733e9b58b03886edfd72c14e548 100644 (file)
@@ -3694,8 +3694,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
         return NO;
     }
     
-    #warning hide queue options if all queues are disabled?
-    
     //enable resume all waiting item
     if (action == @selector(resumeWaitingTorrents:))
     {
index 06786c5e5f7a7cdc9669e91f13021038daff00d6..f250169447851f74cd7eb83c0501a18d2b408d7d 100644 (file)
Binary files a/macosx/English.lproj/Localizable.strings and b/macosx/English.lproj/Localizable.strings differ
index d0fe202cb3681ce1233839d2fd45a9e8dc8c1dd5..c126b0fad4a7692a2703600dd36f6761729eed29 100644 (file)
@@ -1153,7 +1153,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
                 {
                     NSString * webSeedString;
                     if (webSeedCount == 1)
-                        webSeedString = NSLocalizedString(@"web seed", "Torrent -> status string");
+                        webSeedString = NSLocalizedString(@"web seed", "Torrent -> status string");
                     else
                         webSeedString = [NSString stringWithFormat: NSLocalizedString(@"%d web seeds", "Torrent -> status string"),
                                                                     webSeedCount];