mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +00:00
typo fix
This commit is contained in:
parent
f21822df05
commit
84518d962d
1 changed files with 1 additions and 1 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Reference in a new issue