#4581 Change the multiple sessions confirmation button from "Quit" to "OK"

This commit is contained in:
Mitchell Livingston 2011-10-21 11:19:32 +00:00
parent 6c9d85d228
commit c516b1cce1
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -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

View File

@ -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. "