mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 17:01:25 +00:00
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 (
|
return (
|
||||||
<div style={moreMenuStyle}>
|
<div style={moreMenuStyle}>
|
||||||
<Menu {...this.props}>
|
<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.onRemoveClicked} label="Remove from LBRY" />
|
||||||
<MenuItem onClick={this.onDeleteClicked} label="Remove and delete file" />
|
<MenuItem onClick={this.onDeleteClicked} label="Remove and delete file" />
|
||||||
</Menu>
|
</Menu>
|
||||||
|
|
Loading…
Add table
Reference in a new issue