From c516b1cce1e103d861044cc803ec945ec0983335 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 21 Oct 2011 11:19:32 +0000 Subject: [PATCH] #4581 Change the multiple sessions confirmation button from "Quit" to "OK" --- NEWS | 4 ++-- macosx/Controller.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9ba242d2f..387b4136a 100644 --- a/NEWS +++ b/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 diff --git a/macosx/Controller.m b/macosx/Controller.m index 8b029d738..9c28a227b 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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. "