From 8d62b3889186214a303c6f7e5dd6d9f10e179b33 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 15 Oct 2009 23:41:28 +0000 Subject: [PATCH] "Reveal the data file in Finder" -> "Show the data file in Finder" --- macosx/TorrentCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 2ff9c4803..2a6eb0322 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -763,7 +763,7 @@ - (NSString *) buttonString { if (fMouseDownRevealButton || (!fTracking && fHoverReveal)) - return NSLocalizedString(@"Reveal the data file in Finder", "Torrent cell -> button info"); + return NSLocalizedString(@"Show the data file in Finder", "Torrent cell -> button info"); else if (fMouseDownControlButton || (!fTracking && fHoverControl)) { Torrent * torrent = [self representedObject];