Skip to content

Commit

Permalink
Typo with reclarification of some tooltips (#1329)
Browse files Browse the repository at this point in the history
Post #259

Auto-merge
  • Loading branch information
Martii authored Feb 11, 2018
1 parent a525eab commit be33f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/includes/scriptAuthorToolsPanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h4>UserScript and UserLibrary Block</h4>
<div class="form-group">
<div class="input-group col-xs-12">
<span class="input-group-btn">
<button class="btn btn-default" id="copyright-raw" data-clipboard-text="// @copyright {{script.copyrightPrimary}}" title="Copy key and raw URL to clipboard"><i class="octicon octicon-clippy"></i> // @copyright</button>
<button class="btn btn-default" id="copyright-raw" data-clipboard-text="// @copyright {{script.copyrightPrimary}}" title="Copy key and raw data to clipboard"><i class="octicon octicon-clippy"></i> // @copyright</button>
</span>
<input type="text" class="form-control" id="copyright" value="{{script.copyrightPrimary}}" readonly="readonly">
<span class="input-group-btn">
Expand All @@ -58,7 +58,7 @@ <h4>UserScript and UserLibrary Block</h4>

<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-info" id="license-raw" data-clipboard-text="// @license MIT" title="Copy key and raw SPDX to clipboard"><i class="octicon octicon-clippy"></i> // @license</button>
<button class="btn btn-info" id="license-raw" data-clipboard-text="// @license MIT" title="Copy key and primary raw SPDX short identifier to clipboard"><i class="octicon octicon-clippy"></i> // @license</button>
</span>
<input id="spdx-short-id" type="text" class="form-control" aria-label="..." value="MIT" readonly="readonly">
<span class="input-group-btn dropup">
Expand Down

0 comments on commit be33f4e

Please sign in to comment.