mirror of
https://github.com/transmission/transmission
synced 2025-03-04 10:38:13 +00:00
use an x for "no group"
This commit is contained in:
parent
38d8026a5d
commit
530b57face
1 changed files with 1 additions and 1 deletions
|
@ -2110,7 +2110,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
break;
|
||||
case -1:
|
||||
if ([NSApp isOnLeopardOrBetter])
|
||||
icon = [NSImage imageNamed: NSImageNameRemoveTemplate];
|
||||
icon = [NSImage imageNamed: NSImageNameStopProgressTemplate];
|
||||
toolTip = NSLocalizedString(@"Group: No Label", "Groups -> Button");
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue