diff options
| author | Shrikant Sharat | 2013-12-28 10:18:59 +0530 | 
|---|---|---|
| committer | Shrikant Sharat | 2013-12-28 10:18:59 +0530 | 
| commit | 8ed284ef1448a48c629470ac05d339bb53da2bca (patch) | |
| tree | fcc098ee445ec0eb46d76aefce3c9df55810207e /pages/popup.html | |
| parent | 25c6298d8e737a9758ce9fd0863e465a3f7e6c7c (diff) | |
| download | vimium-8ed284ef1448a48c629470ac05d339bb53da2bca.tar.bz2 | |
Exclude confirmation message in popup is empty
The UI and logic is there but the message is empty. I just added a message to it.
Diffstat (limited to 'pages/popup.html')
| -rw-r--r-- | pages/popup.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/popup.html b/pages/popup.html index c3cd3832..8ccf7126 100644 --- a/pages/popup.html +++ b/pages/popup.html @@ -54,7 +54,7 @@        <div id="excludeControls">          <input id="popupInput" type="text" />          <input id="popupButton" type="button" value="Exclude URL" /> -        <span id="excludeConfirm"></span> +        <span id="excludeConfirm">Saved exclude pattern.</span>        </div>        <div id="popupMenu">  | 
