diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-09-24 07:49:17 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-09-24 07:49:17 -0400 |
commit | 2169301157efab83b355ec7e44872b350e207c25 (patch) | |
tree | 47ab76c131e9d7ccf9b2aaf722860873947cf0d8 /common/locale/en-US/various.xml | |
parent | 4fe44a403a86476c178b8b7b279deeeba7c0da1c (diff) | |
download | pentadactyl-2169301157efab83b355ec7e44872b350e207c25.tar.gz |
Rename appname/idname to appName/idName in help files to maintain parity with code.
Diffstat (limited to 'common/locale/en-US/various.xml')
-rw-r--r-- | common/locale/en-US/various.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml index b0e204fd..8f1559c0 100644 --- a/common/locale/en-US/various.xml +++ b/common/locale/en-US/various.xml @@ -5,7 +5,7 @@ <document name="various" - title="&dactyl.appname; Other" + title="&dactyl.appName; Other" xmlns="&xmlns.dactyl;" xmlns:html="&xmlns.html;"> <h1>Other help</h1> @@ -124,7 +124,7 @@ <spec>:ve<oa>rsion</oa><oa>!</oa></spec> <description> <p> - Print &dactyl.appname; and &dactyl.host; version information. When + Print &dactyl.appName; and &dactyl.host; version information. When <oa>!</oa> is provided, show the &dactyl.host; version page. </p> </description> @@ -133,17 +133,17 @@ <h2 tag="privacy">Privacy and sensitive information</h2> <p> - Part of &dactyl.appname;'s user efficiency comes at the cost of storing a + Part of &dactyl.appName;'s user efficiency comes at the cost of storing a lot of potentially private data, including <t>command-line</t> history, page marks, visited page history, and the like. Because we know that keeping a detailed trail of all of your activities isn't always welcome, - &dactyl.appname; provides comprehensive facilities for erasing potentially + &dactyl.appName; provides comprehensive facilities for erasing potentially sensitive data. </p> <p tag="private-mode porn-mode"> <strut/> - &dactyl.appname; fully supports &dactyl.host;'s private browsing mode. + &dactyl.appName; fully supports &dactyl.host;'s private browsing mode. When in private browsing mode, no data other than Bookmarks and QuickMarks are written to disk. Further, upon exiting private mode, all new data, including <t>command-line</t> history, local and URL marks, and macros, @@ -152,11 +152,11 @@ <p tag="sanitizing clearing-data"> <strut/> - In addition to private mode, &dactyl.appname; provides a comprehensive + In addition to private mode, &dactyl.appName; provides a comprehensive facility for clearing any potentially sensitive data generated by either - &dactyl.appname; or &dactyl.host;. It directly integrates with + &dactyl.appName; or &dactyl.host;. It directly integrates with &dactyl.host;'s own sanitization facility, and so automatically clears any - domain data and session history when requested. Further, &dactyl.appname; + domain data and session history when requested. Further, &dactyl.appName; provides its own more granular sanitization facility, which allows, e.g., clearing only the command-line and macro history for the past ten minutes. </p> |