From 2b3a8a1e53e63dae87be5609f5004ec198b6069e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Thu, 20 Oct 2011 12:36:03 +0200 Subject: [PATCH] Add/fix some tags' link attributes. --- common/locale/en-US/faq.xml | 2 +- common/locale/en-US/hints.xml | 4 ++-- common/locale/en-US/map.xml | 4 ++-- common/locale/en-US/options.xml | 4 ++-- common/locale/en-US/pattern.xml | 4 ++-- common/locale/en-US/privacy.xml | 2 +- common/locale/en-US/styling.xml | 2 +- common/skin/global-styles.css | 2 +- pentadactyl/locale/en-US/tutorial.xml | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/common/locale/en-US/faq.xml b/common/locale/en-US/faq.xml index 04314844..40aeb2f7 100644 --- a/common/locale/en-US/faq.xml +++ b/common/locale/en-US/faq.xml @@ -73,7 +73,7 @@

How can I prevent d on the last tab from closing the window?

:set! browser.tabs.closeWindowWithLastTab=false

-

How can I prevent the command line completion list showing until I press ?

+

How can I prevent the command line completion list showing until I press ?

You can disable it entirely with or for specific types of command completion by choosing more diff --git a/common/locale/en-US/hints.xml b/common/locale/en-US/hints.xml index e44a12a9..769f7da7 100644 --- a/common/locale/en-US/hints.xml +++ b/common/locale/en-US/hints.xml @@ -84,8 +84,8 @@ quick-hints, except that each sub-mode highlights a more specialized set of elements, and performs a unique action on the selected link. Because of the panoply of extended hint modes - available, after pressing ;, pressing brings - up the completion list with each hints mode and its description. + available, after pressing ;, pressing + brings up the completion list with each hints mode and its description.

mode may be one of:

diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index 039982ee..88780492 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -37,10 +37,10 @@ For instance,

-:map :styletoggle -name +:map :styletoggle -name

- causes “:styletoggle -name ” to be typed out + causes “:styletoggle -name ” to be typed out whenever is pressed, providing a way to toggle a tab-completed named user style.

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 @@
0
Follow the first hint as soon as typed text uniquely identifies it.
-
1
Follow the selected hint on .
+
1
Follow the selected hint on .
@@ -951,7 +951,7 @@ hint. The timeout is measured since the last time a key listed in hintkeys 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 or when the hint is unique. + hints after pressing or when the hint is unique.

diff --git a/common/locale/en-US/pattern.xml b/common/locale/en-US/pattern.xml index 5f8f5322..f1bc4e92 100644 --- a/common/locale/en-US/pattern.xml +++ b/common/locale/en-US/pattern.xml @@ -43,7 +43,7 @@ /]]> - /pattern + /pattern

Find pattern starting at the current caret position.

@@ -66,7 +66,7 @@ ?]]> - ?pattern + ?pattern

Find a pattern backward of the current caret position in exactly the diff --git a/common/locale/en-US/privacy.xml b/common/locale/en-US/privacy.xml index 10284abc..db936e49 100644 --- a/common/locale/en-US/privacy.xml +++ b/common/locale/en-US/privacy.xml @@ -137,7 +137,7 @@ If no action is given, the value of cookies is used.

- :map -b c :cookies + :map -b c :cookies
diff --git a/common/locale/en-US/styling.xml b/common/locale/en-US/styling.xml index 0ff26336..d93cfb0d 100644 --- a/common/locale/en-US/styling.xml +++ b/common/locale/en-US/styling.xml @@ -199,7 +199,7 @@
HelpXMLTagStart
HelpXMLText
Hint
-
HintActive
The hint element of link which will be followed by
+
HintActive
The hint element of link which will be followed by
HintElem
The hintable element
HintImage
The indicator which floats above hinted images
Hint[active]
diff --git a/common/skin/global-styles.css b/common/skin/global-styles.css index 4f9c1464..ef99b86c 100644 --- a/common/skin/global-styles.css +++ b/common/skin/global-styles.css @@ -256,7 +256,7 @@ Hint[active];;* background: rgba(255, 253, 208, .8); Hint::after;;* content: attr(text) !important; HintElem;;* /* The hintable element */ \ background-color: yellow !important; color: black !important; -HintActive;;* /* The hint element of link which will be followed by */ \ +HintActive;;* /* The hint element of link which will be followed by */ \ background-color: #88FF00 !important; color: black !important; HintImage;;* /* The indicator which floats above hinted images */ \ opacity: .5 !important; diff --git a/pentadactyl/locale/en-US/tutorial.xml b/pentadactyl/locale/en-US/tutorial.xml index 9e9d8378..01f07520 100644 --- a/pentadactyl/locale/en-US/tutorial.xml +++ b/pentadactyl/locale/en-US/tutorial.xml @@ -229,7 +229,7 @@

Whichever way you choose to indicate your target link, once &dactyl.appName; has - highlighted the link you want, simply hit to open it. + highlighted the link you want, simply hit to open it.