mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
"Reveal the data file in Finder" -> "Show the data file in Finder"
This commit is contained in:
parent
7b0ed3f4ec
commit
8d62b38891
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue