diff options
| author | Stephen Blott | 2014-12-30 07:16:45 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-12-30 07:16:45 +0000 | 
| commit | 74b5c1a9bb54bbc2a2c9d30925d514e02a5515f7 (patch) | |
| tree | 012af252d7545708738eb1d06d2d72dbe20e790d | |
| parent | c52c0ea57f86c1c5a132819fe85e763db84ce712 (diff) | |
| download | vimium-74b5c1a9bb54bbc2a2c9d30925d514e02a5515f7.tar.bz2 | |
Add description to default search engines settings.
| -rw-r--r-- | background_scripts/settings.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 3ff74749..2fc3b43d 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -111,7 +111,7 @@ root.Settings = Settings =      # default/fall back search engine      searchUrl: "http://www.google.com/search?q="      # put in an example search engine -    searchEngines: "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s" +    searchEngines: "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s wikipedia"      newTabUrl: "chrome://newtab"      settingsVersion: Utils.getCurrentVersion() | 
