aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2010-01-17 23:21:55 -0800
committerPhil Crosby2010-01-17 23:21:55 -0800
commit82a77bb7dbb2bce6c3bbaf2185c146d6e33ad785 (patch)
treeefa68122a4bf6526c74f59bbb6f646938f17ee5f
parentace7520aad3a8288aad8bfa64dd72c4735882f33 (diff)
downloadvimium-82a77bb7dbb2bce6c3bbaf2185c146d6e33ad785.tar.bz2
Rename settings.html to options.html, to match Chrome's nomenclature
-rw-r--r--manifest.json2
-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";