Change option wording to non-OS-specific "Reveal file" for now
This commit is contained in:
parent
14d8b3de52
commit
92105f1bf4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ var MyFilesRowMoreMenu = React.createClass({
|
|||
return (
|
||||
<div style={moreMenuStyle}>
|
||||
<Menu {...this.props}>
|
||||
<MenuItem onClick={this.onRevealClicked} label="Reveal in Finder" />
|
||||
<MenuItem onClick={this.onRevealClicked} label="Reveal file" /> {/* @TODO: Switch to OS specific wording */}
|
||||
<MenuItem onClick={this.onRemoveClicked} label="Remove from LBRY" />
|
||||
<MenuItem onClick={this.onDeleteClicked} label="Remove and delete file" />
|
||||
</Menu>
|
||||
|
|
Loading…
Add table
Reference in a new issue