diff options
| author | Stephen Blott | 2017-10-29 14:46:10 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2017-10-29 14:46:10 +0000 | 
| commit | 9d5227399acba98a99830e55cbcc1ebbb6ee4b54 (patch) | |
| tree | 2a2d654757212778edfe73a62d98c1bb2b6b1b0c | |
| parent | 52bd2cdbf662e3d40c0f5273485379be77ef8c19 (diff) | |
| download | vimium-9d5227399acba98a99830e55cbcc1ebbb6ee4b54.tar.bz2 | |
Better wording of backup/restore help text.
| -rw-r--r-- | pages/options.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/pages/options.html b/pages/options.html index bfdb9b53..7ab8886b 100644 --- a/pages/options.html +++ b/pages/options.html @@ -325,6 +325,7 @@ b: http://b.com/?q=%s description              <td>                  <div class="help">                    <div class="example"> +                    Click to backup your settings, or right-click and select <i>Save As</i>.                    </div>                  </div>                <a id="backupLink" download="vimium-options.json">Click to download backup</a> @@ -335,7 +336,7 @@ b: http://b.com/?q=%s description              <td>                  <div class="help">                    <div class="example"> -                    Choose file, then click <i>Save Changes</i>, below, to confirm restore. +                    Choose a backup file to restore, then click <i>Save Changes</i>, below, to confirm.                    </div>                  </div>                <input id="chooseFile" type="file" accept=".json" style="width: 200px;"/> | 
