diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-04 21:58:08 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-04 21:58:08 +0000 |
commit | 55d683a52d5014cd2e377bc0d8453cac5db930b9 (patch) | |
tree | 59e9e741f3131c5f60c4f8bc15378b69d59c313d /release/help | |
parent | also make additional uids selectable in key detial dialog (diff) | |
download | gpg4usb-55d683a52d5014cd2e377bc0d8453cac5db930b9.tar.gz gpg4usb-55d683a52d5014cd2e377bc0d8453cac5db930b9.zip |
show fingerprint instead of keyid in import detail dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@726 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'release/help')
-rw-r--r-- | release/help/docu_decrypt_file.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release/help/docu_decrypt_file.html b/release/help/docu_decrypt_file.html index c933f46..ff29ed1 100644 --- a/release/help/docu_decrypt_file.html +++ b/release/help/docu_decrypt_file.html @@ -47,32 +47,42 @@ There are five steps to decrypt a file. We assume, that Alice wants to decrypt a <p> First Alice chooses the file cryption dialog in the menu. Alternatively, she could just hit the "File-Cryption"-button in the toolbar. </p> +<p> <IMG SRC="img/docu/cryptfile_menu.jpg" alt="open file cryption dialog"> +</p> <h4>STEP 2: Choose decrypt</h4> <p> Secondly she chooses decrypt. </p> +<p> <IMG SRC="img/docu/decryptfile_choose_decrypt.jpg" alt="choose decrypt"> +</p> <h4>STEP 3: Choose input-/outputfile</h4> <p> Now she chooses the input- and outputfile. The inputfile has to be the encrypted file </p> +<p> <IMG SRC="img/docu/decryptfile_input_outputfile.jpg" alt="choose the input- and outputfile"> +</p> <h4>STEP 4: Hit ok</h4> <p> Now she hits the ok-button </p> +<p> <IMG SRC="img/docu/decryptfile_hit_ok.jpg" alt="hit ok"> +</p> <h4>STEP 5: Enter passphrase</h4> <p> Now she enters the passphrase of her key and hits the ok-button. </p> +<p> <IMG SRC="img/docu/decryptfile_password.jpg" alt="enter passphrase"> +</p> <p> Afterwards the ok-message is displayed<p> </p> |