summaryrefslogtreecommitdiff
path: root/xulmus
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-03-28 22:40:27 +1100
committerDoug Kearns <dougkearns@gmail.com>2009-03-29 12:03:57 +1100
commit44a87ec672bf569f078a664044376ce23e7db6be (patch)
treef2974de344efadbc982ec269423c5198e6a0d165 /xulmus
parentdc9a3e894b33154c91ec4d037b0fb7271b4a8dc7 (diff)
downloadpentadactyl-44a87ec672bf569f078a664044376ce23e7db6be.tar.gz
Fix some missed references to Firefox and Vimperator in the help.
Diffstat (limited to 'xulmus')
-rwxr-xr-xxulmus/locale/en-US/gui.txt2
-rwxr-xr-xxulmus/locale/en-US/map.txt6
-rwxr-xr-xxulmus/locale/en-US/repeat.txt8
-rwxr-xr-xxulmus/locale/en-US/styling.txt8
4 files changed, 12 insertions, 12 deletions
diff --git a/xulmus/locale/en-US/gui.txt b/xulmus/locale/en-US/gui.txt
index 1f19a621..fbebef78 100755
--- a/xulmus/locale/en-US/gui.txt
+++ b/xulmus/locale/en-US/gui.txt
@@ -28,7 +28,7 @@ ________________________________________________________________________________
|:dia| |:dialog|
-||:dia[log] [a][firefox-dialog][a]|| +
+||:dia[log] [a][songbird-dialog][a]|| +
________________________________________________________________________________
Open a Songbird dialog.
diff --git a/xulmus/locale/en-US/map.txt b/xulmus/locale/en-US/map.txt
index 1fd2621c..cec05288 100755
--- a/xulmus/locale/en-US/map.txt
+++ b/xulmus/locale/en-US/map.txt
@@ -58,7 +58,7 @@ Map the key sequence {lhs} to {rhs}. The {rhs} is remapped, allowing for
nested and recursive mappings.
Warning: Mappings are NOT saved between sessions, make sure you put them in your
-vimperatorrc file!
+xulmusrc file!
________________________________________________________________________________
@@ -71,7 +71,7 @@ Map the key sequence {lhs} to {rhs} (in Command-line mode). The {rhs} is
remapped, allowing for nested and recursive mappings.
Warning: Mappings are NOT saved between sessions, make sure you put them in your
-vimperatorrc file!
+xulmusrc file!
________________________________________________________________________________
@@ -84,7 +84,7 @@ Map the key sequence {lhs} to {rhs} (in Insert mode). The {rhs} is remapped,
allowing for nested and recursive mappings.
Warning: Mappings are NOT saved between sessions, make sure you put them in your
-vimperatorrc file!
+xulmusrc file!
________________________________________________________________________________
diff --git a/xulmus/locale/en-US/repeat.txt b/xulmus/locale/en-US/repeat.txt
index 493d6b26..24c35754 100755
--- a/xulmus/locale/en-US/repeat.txt
+++ b/xulmus/locale/en-US/repeat.txt
@@ -85,8 +85,8 @@ function hello2() {
--------------------------------------------------------------------------------
are only available within the scope of the script.
-The _.vimperatorrc_ file in your home directory and any files in
-_\~/.vimperator/plugin/_ are always sourced at startup. \~ is supported as a
+The _.xulmusrc_ file in your home directory and any files in
+_\~/.xulmus/plugin/_ are always sourced at startup. \~ is supported as a
shortcut for the _$HOME_ directory. If [!] is specified, errors are not
printed.
________________________________________________________________________________
@@ -96,8 +96,8 @@ ________________________________________________________________________________
||:loadplugins|| +
________________________________________________________________________________
Load all unloaded plugins immediately. Because plugins are automatically
-loaded after vimperatorrc is sourced, this command must be placed early
-in the vimperatorrc file if vimperatorrc also includes commands that are
+loaded after xulmusrc is sourced, this command must be placed early
+in the xulmusrc file if xulmusrc also includes commands that are
implemented by plugins. Additionally, this command allows for sourcing
new plugins without restarting Xulmus.
________________________________________________________________________________
diff --git a/xulmus/locale/en-US/styling.txt b/xulmus/locale/en-US/styling.txt
index 213ec61c..f3579ec8 100755
--- a/xulmus/locale/en-US/styling.txt
+++ b/xulmus/locale/en-US/styling.txt
@@ -2,9 +2,9 @@ HEADER
|styling| +
-Vimperator allows you to style both the player and any web pages you view. All
+Xulmus allows you to style both the player and any web pages you view. All
styling is specified via CSS. Although you may style any user interface element
-via the [c]:style[c] command, most Vimperator elements can be styled with the
+via the [c]:style[c] command, most Xulmus elements can be styled with the
[c]:highlight[c] command, for convenience.
|E185| |:colo| |:colorscheme| +
@@ -22,13 +22,13 @@ ________________________________________________________________________________
________________________________________________________________________________
Highlight {group} with {css}. Normally, {css} is checked for
valid syntax before it's applied. Once you're certain it's
-valid, [!] will override the check, to speed Vimperator startup.
+valid, [!] will override the check, to speed Xulmus startup.
{selector} can be any valid CSS selector, such as [c]:hover[c], and
if provided will restrict the match to matching elements.
Valid groups are:
`--------------------`-----------------------------------
-*Bell* Vimperator's visual bell
+*Bell* Xulmus's visual bell
*Boolean* A JavaScript Boolean object
*CmdLine* The command line
*CmdOutput*