diff options
| author | Stephen Blott | 2015-05-08 14:54:15 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-08 14:54:15 +0100 |
| commit | 9887c8d763bf7b58e459a48f34531f6877ffebf4 (patch) | |
| tree | 9012103819b8f48f66a302dca6a910dbd64c4541 | |
| parent | f6bd6c0fb95f5e0f2dea5088539a12baf6d3d708 (diff) | |
| download | vimium-9887c8d763bf7b58e459a48f34531f6877ffebf4.tar.bz2 | |
Search completion; tweak example text.
| -rw-r--r-- | background_scripts/settings.coffee | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 2a21b0c9..89b26bff 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -92,7 +92,9 @@ root.Settings = Settings = # put in an example search engine searchEngines: [ "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia" - "# Examples:" + "" + "# More examples:" + "#" "# g: http://www.google.com/search?q=%s Google" "# l: http://www.google.com/search?q=%s&btnI I'm feeling lucky..." "# y: http://www.youtube.com/results?search_query=%s Youtube" |
