[Libreoffice-commits] help.git: source/text

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Feb 3 21:57:00 UTC 2019


 source/text/shared/guide/openpgp.xhp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e3dd1cb6d3b006c7db6e28e702f86ee229f2e301
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Sun Feb 3 15:55:14 2019 -0600
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sun Feb 3 15:55:14 2019 -0600

    Encouraging precise language: “click” for mouse interactions
    
    Please reserve the verb “press” for interactions with keys or physical buttons.
    
    Change-Id: Ie05da647f1cf3bfafdf0231d6b5dc3bdcc38dad7

diff --git a/source/text/shared/guide/openpgp.xhp b/source/text/shared/guide/openpgp.xhp
index d24a450d8..10aa9c6d9 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>


More information about the Libreoffice-commits mailing list