1
0
Fork 0
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:
Mitchell Livingston 2012-08-30 00:18:18 +00:00
parent 4113e288c1
commit 3b066d3c97
2 changed files with 1 additions and 1 deletions

View file

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