From: Mitchell Livingston Date: Thu, 30 Aug 2012 00:18:18 +0000 (+0000) Subject: use "Show" instead of "Reveal" in the "seeding complete" notification button X-Git-Tag: 2.70~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b066d3c97838a367eee0499967c1f0dbc95d2f4;p=transmission use "Show" instead of "Reveal" in the "seeding complete" notification button --- diff --git a/macosx/Controller.m b/macosx/Controller.m index 17ba019f1..097236db6 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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) diff --git a/macosx/en.lproj/Localizable.strings b/macosx/en.lproj/Localizable.strings index e99d8bc4c..a4a548973 100644 Binary files a/macosx/en.lproj/Localizable.strings and b/macosx/en.lproj/Localizable.strings differ