diff options
author | Štěpán Němec <stepnem@gmail.com> | 2010-09-22 23:22:42 +0200 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2010-09-22 23:22:42 +0200 |
commit | 02714f06d9a498415e1c5f72d2dcbb9b612949fa (patch) | |
tree | 2154dd0c4af5457ca14ced07a11e2b51cca24277 /common | |
parent | b0e7146d7f3b6136f9b828ed0d188e3a236a38d8 (diff) | |
download | pentadactyl-02714f06d9a498415e1c5f72d2dcbb9b612949fa.tar.gz |
Restore monospace markup for `pentadactylrc' and the like.
This was partly lost in the previous change due to linkification, but the <t>
and <tt> tags can actually be used together.
Diffstat (limited to 'common')
-rw-r--r-- | common/locale/en-US/map.xml | 2 | ||||
-rw-r--r-- | common/locale/en-US/options.xml | 6 | ||||
-rw-r--r-- | common/locale/en-US/repeat.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index 00ad0822..af4a4439 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -67,7 +67,7 @@ <warning> It is important to note that mappings are <em>not</em> automatically saved between sessions. In order to preserve them, - they must either be added to your <t>&dactyl.name;rc</t> or + they must either be added to your <tt><t>&dactyl.name;rc</t></tt> or saved via the <ex>:mk&dactyl.name;rc</ex> command. </warning> diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 34d6aa4f..8cab4094 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -528,7 +528,7 @@ <description> <p> Allow reading of an RC file in the current directory. This file is - sourced after the default <t>&dactyl.name;rc</t> file in your + sourced after the default <tt><t>&dactyl.name;rc</t></tt> file in your home directory. </p> </description> @@ -888,9 +888,9 @@ <description> <p> Load plugin scripts when starting up. When on, yet unloaded plugins - are automatically loaded after the <t>&dactyl.name;rc</t> file has been + are automatically loaded after the <tt><t>&dactyl.name;rc</t></tt> file has been sourced. To load plugins earlier, use the <ex>:loadplugins</ex> - command within <t>&dactyl.name;rc</t>. + command within <tt><t>&dactyl.name;rc</t></tt>. </p> </description> </item> diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml index d5085077..ca73f6f8 100644 --- a/common/locale/en-US/repeat.xml +++ b/common/locale/en-US/repeat.xml @@ -195,9 +195,9 @@ <description> <p> Immediately load all plugins which have yet to be loaded. Because - plugins are not automatically loaded until after &dactyl.name;rc + plugins are not automatically loaded until after <tt><t>&dactyl.name;rc</t></tt> is sourced, this command must be placed early in the - &dactyl.name;rc file if &dactyl.name;rc uses commands or options + <tt>&dactyl.name;rc</tt> file if <tt>&dactyl.name;rc</tt> uses commands or options which are defined by plugins. Additionally, this command allows newly installed plugins to be easily loaded without restarting &dactyl.appname;. |