Change option wording to non-OS-specific "Reveal file" for now

This commit is contained in:
Alex Liebowitz 2016-05-30 09:37:39 -04:00
parent 14d8b3de52
commit 92105f1bf4

View file

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