From 468438cb2cb2f815c5629f8a4a1a33ac56726934 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 16 Nov 2006 22:17:05 +0000 Subject: [PATCH] string fix fix --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 1c988e935..ad444bd34 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -664,7 +664,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 [alert setMessageText: [NSString stringWithFormat: NSLocalizedString(@"The volume for moving the completed \"%@\" cannot be found.", "Move volume cannot be found alert -> title"), [self name]]]; - [alert setInformativeText: @"The file will remain in its current location", + [alert setInformativeText: NSLocalizedString(@"The file will remain in its current location", "Move volume cannot be found alert -> message")]; [alert addButtonWithTitle: NSLocalizedString(@"OK", "Move volume cannot be found alert -> button")];