1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 14:15:47 +01:00

use 'web page' rather than 'webpage' in the help text

This commit is contained in:
Doug Kearns
2007-07-05 13:02:44 +00:00
parent 39c2a87392
commit 09aeb6f612
3 changed files with 10 additions and 10 deletions

View File

@@ -424,8 +424,8 @@ function Options() //{{{
addOption(new Option(["titlestring"], "string",
{
short_help: "Change the title of the browser window",
help: "Vimperator changes the browser title from \"Title of webpage - Mozilla Firefox\" to " +
"\"Title of webpage - Vimperator\".<br/>If you don't like that, you can restore it with: " +
help: "Vimperator changes the browser title from \"Title of web page - Mozilla Firefox\" to " +
"\"Title of web page - Vimperator\".<br/>If you don't like that, you can restore it with: " +
"<code class=\"command\">:set titlestring=Mozilla Firefox</code>.",
setter: function(value) { Options.setPref("titlestring", value); setTitleString(value); },
default_value: "Vimperator"