diff options
| author | Phil Crosby | 2010-01-17 23:21:55 -0800 |
|---|---|---|
| committer | Phil Crosby | 2010-01-17 23:21:55 -0800 |
| commit | 82a77bb7dbb2bce6c3bbaf2185c146d6e33ad785 (patch) | |
| tree | efa68122a4bf6526c74f59bbb6f646938f17ee5f | |
| parent | ace7520aad3a8288aad8bfa64dd72c4735882f33 (diff) | |
| download | vimium-82a77bb7dbb2bce6c3bbaf2185c146d6e33ad785.tar.bz2 | |
Rename settings.html to options.html, to match Chrome's nomenclature
| -rw-r--r-- | manifest.json | 2 | ||||
| -rw-r--r-- | options.html (renamed from settings.html) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 6845f4cf..271ded84 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "version": "1.12", "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.", "background_page": "background_page.html", - "options_page": "settings.html", + "options_page": "options.html", "permissions": [ "tabs" ], diff --git a/settings.html b/options.html index a7d84e3f..23acd20a 100644 --- a/settings.html +++ b/options.html @@ -1,6 +1,6 @@ <html> <head> - <title>Vimium Settings</title> + <title>Vimium Options</title> <style type="text/css" media="screen"> body { font-family:"helvetica neue", "helvetica", "arial", "sans"; |
