]> granicus.if.org Git - transmission/commitdiff
use "Show" instead of "Reveal" in the "seeding complete" notification button
authorMitchell Livingston <livings124@transmissionbt.com>
Thu, 30 Aug 2012 00:18:18 +0000 (00:18 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Thu, 30 Aug 2012 00:18:18 +0000 (00:18 +0000)
macosx/Controller.m
macosx/en.lproj/Localizable.strings

index 17ba019f11c4daec6ea36c091bcfc392d980e381..097236db604ee6e5989e5364dc566da912d78959 100644 (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)
index e99d8bc4c4c19406bb510795415523df6fe34016..a4a54897311fcc052135272adf27b8776c1894a6 100644 (file)
Binary files a/macosx/en.lproj/Localizable.strings and b/macosx/en.lproj/Localizable.strings differ