1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 18:25:35 +00:00

string fix fix

This commit is contained in:
Mitchell Livingston 2006-11-16 22:17:05 +00:00
parent fb6bf1e71c
commit 468438cb2c

View file

@ -664,7 +664,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
[alert setMessageText: [NSString stringWithFormat: [alert setMessageText: [NSString stringWithFormat:
NSLocalizedString(@"The volume for moving the completed \"%@\" cannot be found.", NSLocalizedString(@"The volume for moving the completed \"%@\" cannot be found.",
"Move volume cannot be found alert -> title"), [self name]]]; "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")]; "Move volume cannot be found alert -> message")];
[alert addButtonWithTitle: NSLocalizedString(@"OK", "Move volume cannot be found alert -> button")]; [alert addButtonWithTitle: NSLocalizedString(@"OK", "Move volume cannot be found alert -> button")];