string fix fix

This commit is contained in:
Mitchell Livingston 2006-11-16 22:17:05 +00:00
parent fb6bf1e71c
commit 468438cb2c
1 changed files with 1 additions and 1 deletions

View File

@ -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")];