diff options
author | Štěpán Němec <stepnem@gmail.com> | 2011-10-20 12:36:03 +0200 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2011-10-20 12:36:03 +0200 |
commit | 2b3a8a1e53e63dae87be5609f5004ec198b6069e (patch) | |
tree | 7c3e9dac86cc96d2b32da7a58040421d8e9df8da /common/locale/en-US/options.xml | |
parent | 82772225f9ed8b91a573f8660056d60c6f3d4bb6 (diff) | |
download | pentadactyl-2b3a8a1e53e63dae87be5609f5004ec198b6069e.tar.gz |
Add/fix some <k> tags' link attributes.
Diffstat (limited to 'common/locale/en-US/options.xml')
-rw-r--r-- | common/locale/en-US/options.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 08047de4..cf4b2535 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -767,7 +767,7 @@ <dl dt="width: 6em;"> <dt>0</dt> <dd>Follow the first hint as soon as typed text uniquely identifies it.</dd> - <dt>1</dt> <dd>Follow the selected hint on <k name="CR"/>.</dd> + <dt>1</dt> <dd>Follow the selected hint on <k name="CR" link="false"/>.</dd> </dl> </description> </item> @@ -951,7 +951,7 @@ hint. The timeout is measured since the last time a key listed in <o>hintkeys</o> was pressed. It has no effect when narrowing hints by typing part of their text. Set to 0 (the default) to only follow - hints after pressing <k name="CR"/> or when the hint is unique. + hints after pressing <k name="CR" link="false"/> or when the hint is unique. </p> </description> </item> |