diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-02-03 15:55:14 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-02-03 15:55:14 -0600 |
commit | e3dd1cb6d3b006c7db6e28e702f86ee229f2e301 (patch) | |
tree | d581d86d842aa29d4c02185c047313f5a0cb962f /source | |
parent | e97ba44f1792c187910964c7f28a20fafcc0b251 (diff) |
Encouraging precise language: “click” for mouse interactions
Please reserve the verb “press” for interactions with keys or physical buttons.
Change-Id: Ie05da647f1cf3bfafdf0231d6b5dc3bdcc38dad7
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/guide/openpgp.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/guide/openpgp.xhp b/source/text/shared/guide/openpgp.xhp index d24a450d8d..10aa9c6d93 100644 --- a/source/text/shared/guide/openpgp.xhp +++ b/source/text/shared/guide/openpgp.xhp @@ -28,7 +28,7 @@ <paragraph id="par_id531543693200117" role="paragraph" xml-lang="en-US"><ahelp hid=".">%PRODUCTNAME can encrypt documents using OpenPGP public key cryptography. The document is encrypted using a symmetric encryption algorithm.</ahelp></paragraph> </section> <section id="howtoget"> - <paragraph role="paragraph" id="par_id551543694091730" xml-lang="en-US">Choose menu <menuitem>File - Save as</menuitem>, select <widget>Encrypt with GPG key</widget>, Press <widget>Save</widget>.</paragraph> + <paragraph role="paragraph" id="par_id551543694091730" xml-lang="en-US">Choose menu <menuitem>File - Save as</menuitem>, select <widget>Encrypt with GPG key</widget>, Click <widget>Save</widget>.</paragraph> </section> <paragraph role="paragraph" id="par_id421543694016897">%PRODUCTNAME can encrypt documents confidentially using OpenPGP. The document is encrypted using a symmetric encryption algorithm, which requires a symmetric key. Each symmetric key is used only once and is also called a session key. The document and its session key are sent to the recipient. The session key must be sent to the recipients so they know how to decrypt the document, but to protect it during transmission it is encrypted with the recipient's public key. Only the private key belonging to the recipient can decrypt the session key.</paragraph> @@ -66,13 +66,13 @@ <paragraph id="par_id621543694550648" role="listitem">Mark the <widget>Encrypt with GPG key</widget> checkbox.</paragraph> </listitem> <listitem> - <paragraph id="par_id91543694595310" role="listitem">Press <widget>Save</widget>. %PRODUCTNAME opens the OpenPGP public key selection dialog.</paragraph> + <paragraph id="par_id91543694595310" role="listitem">Click <widget>Save</widget>. %PRODUCTNAME opens the OpenPGP public key selection dialog.</paragraph> </listitem> <listitem> <paragraph id="par_id31543694619204" role="listitem">Choose the public key of the recipient. You can select multiple keys at the time.</paragraph> </listitem> <listitem> - <paragraph id="par_id811543694660297" role="listitem">Press <widget>OK</widget> to close the dialog and save the file.</paragraph> + <paragraph id="par_id811543694660297" role="listitem">Click <widget>OK</widget> to close the dialog and save the file.</paragraph> </listitem> </list> <paragraph role="paragraph" id="par_id981543694776604">The file is saved encrypted with the selected public keys.</paragraph> |