#4581 Change the multiple sessions confirmation button from "Quit" to "OK"
This commit is contained in:
parent
6c9d85d228
commit
c516b1cce1
4
NEWS
4
NEWS
|
@ -8,10 +8,10 @@
|
|||
* Fix a potential crash on 10.5 Leopard
|
||||
* Fix bugs with the tracker and file inspector tables
|
||||
==== GTK+ ====
|
||||
* Support GTK+ 3.2
|
||||
* Support GTK+ 3.2
|
||||
* Fix crasher on systems not running DBus
|
||||
==== Qt ====
|
||||
* Updated Lithuanian Translation
|
||||
* Updated Lithuanian translation
|
||||
==== Web Client ====
|
||||
* Fix bug which broke Opera support
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
if ([apps count] > 1)
|
||||
{
|
||||
NSAlert * alert = [[NSAlert alloc] init];
|
||||
[alert addButtonWithTitle: NSLocalizedString(@"Quit", "Transmission already running alert -> button")];
|
||||
[alert addButtonWithTitle: NSLocalizedString(@"OK", "Transmission already running alert -> button")];
|
||||
[alert setMessageText: NSLocalizedString(@"Transmission is already running.",
|
||||
"Transmission already running alert -> title")];
|
||||
[alert setInformativeText: NSLocalizedString(@"There is already a copy of Transmission running. "
|
||||
|
|
Loading…
Reference in New Issue