mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
use "Show" instead of "Reveal" in the "seeding complete" notification button
This commit is contained in:
parent
4113e288c1
commit
3b066d3c97
2 changed files with 1 additions and 1 deletions
|
@ -2036,7 +2036,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
[notification setInformativeText: [torrent name]];
|
||||
|
||||
[notification setHasActionButton: YES];
|
||||
[notification setActionButtonTitle: NSLocalizedString(@"Reveal", "notification button")];
|
||||
[notification setActionButtonTitle: NSLocalizedString(@"Show", "notification button")];
|
||||
|
||||
NSMutableDictionary * userInfo = [NSMutableDictionary dictionaryWithObject: [torrent hashString] forKey: @"Hash"];
|
||||
if (location)
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue