mirror of
https://github.com/transmission/transmission
synced 2025-03-04 18:48:06 +00:00
a little better phrasing
This commit is contained in:
parent
2b890a0376
commit
e937a64e9c
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
[alert setMessageText: NSLocalizedString(@"Transmission is already running",
|
||||
"Transmission already running alert -> title")];
|
||||
[alert setInformativeText: NSLocalizedString(@"There is already a copy of Transmission running. "
|
||||
"This copy cannot open until that instance is quit.", "Transmission already running alert -> message")];
|
||||
"This copy cannot be opened until that instance is quit.", "Transmission already running alert -> message")];
|
||||
[alert setAlertStyle: NSWarningAlertStyle];
|
||||
|
||||
[alert runModal];
|
||||
|
|
Loading…
Add table
Reference in a new issue