"Reveal the data file in Finder" -> "Show the data file in Finder"

This commit is contained in:
Mitchell Livingston 2009-10-15 23:41:28 +00:00
parent 7b0ed3f4ec
commit 8d62b38891
1 changed files with 1 additions and 1 deletions

View File

@ -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];