diff options
| -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"; |
