diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-03 16:55:00 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-03 16:55:00 -0500 |
commit | f63b13d431185ba9684571ec04cfa6ac022db4a7 (patch) | |
tree | 822895e31321de7497d4b85a9e9e8c4ff184e569 /common/locale/en-US/developer.xml | |
parent | 3886a82f477e1aafb02064132f90dd1f7c7b55b7 (diff) | |
download | pentadactyl-f63b13d431185ba9684571ec04cfa6ac022db4a7.tar.gz |
Profide default leaf names in :write for people who can't be bothered to think up their own.
--HG--
extra : rebase_source : 6bfef2eff2a7319af53fa9610fd8f16d5513e221
Diffstat (limited to 'common/locale/en-US/developer.xml')
-rw-r--r-- | common/locale/en-US/developer.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/locale/en-US/developer.xml b/common/locale/en-US/developer.xml index f7d16d8a..18d922b9 100644 --- a/common/locale/en-US/developer.xml +++ b/common/locale/en-US/developer.xml @@ -195,7 +195,7 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>; <hl key="HelpXMLAttribute">xmlns</hl>{NS}></hl></escape> <author email="maglione.k@gmail.com">Kris Maglione</author> <license href="http://opensource.org/licenses/mit-license.php">MIT</license> - <project name="Pentadactyl" minVersion="1.0"/> + <project name="Pentadactyl" min-version="1.0"/> <p> This plugin provides the same features as the ever popular FlashBlock Firefox addon. Flash animations are substituted with place holders which @@ -204,7 +204,7 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>; triggers to toggle the playing of animation on the current page. </p> <item> - <tags>'flashblock' 'fb'</tags> + <tags>'fb' 'flashblock'</tags> <spec>'flashblock' 'fb'</spec> <type>boolean</type> <default>true</default> |