| Index: chrome/browser/resources/snippets_internals.html
|
| diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
|
| index b214bf3f26e778308bd5402fd20079f6b66cbbab..cecdbb767b964979845bc29a49a137c0dc0e973e 100644
|
| --- a/chrome/browser/resources/snippets_internals.html
|
| +++ b/chrome/browser/resources/snippets_internals.html
|
| @@ -67,13 +67,14 @@ found in the LICENSE file.
|
| <div class="detail" id="snippets-empty"></div>
|
| <div class="forms">
|
| <input id="submit-clear" type="submit" value="Clear the list">
|
| - <input id="submit-dump" type="submit" value="Dump the list to downloads">
|
| + <input id="submit-dump" type="submit" value="Dump the list">
|
| </div>
|
| <div class="forms">
|
| <input id="submit-download" type="submit" value="Add snippets">
|
| from hosts <span id="hosts-help" class="detail"></span>:
|
| <textarea id="hosts-input" placeholder="www.wired.com www.bbc.co.uk"
|
| rows="5"></textarea>
|
| + <input id="download-dump" type="checkbox"> Dump the new snippets
|
| <div id="hosts-status" class="detail"></div>
|
| </div>
|
| </div>
|
|
|