Skip to content

Commit

Permalink
Add missing string for "Renamed to"
Browse files Browse the repository at this point in the history
  • Loading branch information
gyng committed Jul 14, 2018
1 parent 886e835 commit d93e6c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@
"message": "Last download"
},

"_o_lRoutingRenamedTo": {
"message": "Renamed to"
},

"o_lRoutingLastDownloadEmpty": {
"message": "none yet"
},
Expand Down
2 changes: 1 addition & 1 deletion src/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h4>Moving downloads into different directories</h4>
<td style="font-family: monospace; text-overflow: hidden; overflow: hidden; white-space: nowrap; max-width: 80%;" id="last-dl-url">__MSG_o_lRoutingLastDownloadEmpty__</td>
</tr>
<tr class="hi2de" id="rules-applied-row">
<td style="font-weight: 600; padding: 0; text-align: left;">__MSG_o_lRenamedTo__</td>
<td style="font-weight: 600; padding: 0; text-align: left;">__MSG_o_lRoutingRenamedTo__</td>
<td style="font-family: monospace; word-break: break-all;" id="last-dl-match">__MSG_o_lRoutingNoMatches__</td>
</tr>
<tr class="hide" id="capture-group-rows">
Expand Down

0 comments on commit d93e6c3

Please sign in to comment.