From 84518d962d7da6654ed6d41773f1812a117424bf Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 14 Jan 2007 20:24:52 +0000 Subject: [PATCH] typo fix --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 70f7c15ae..a3fa1756a 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -743,7 +743,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 { NSAlert * alert = [[NSAlert alloc] init]; [alert setMessageText: [NSString stringWithFormat: - NSLocalizedString(@"The volume for moving the completed \"%@\" cannot be found.", + NSLocalizedString(@"The folder for moving the completed \"%@\" cannot be found.", "Move folder cannot be found alert -> title"), [self name]]]; [alert setInformativeText: [NSString stringWithFormat: NSLocalizedString(@"\"%@\" cannot be found. The file will remain in its current location.",