diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.mdwn b/wiki/src/doc/encryption_and_privacy/veracrypt.mdwn
index a42cfa24340de7feaf89a062d6eedeb8b5186fef..f277bbb349532b6c1bcd35d8e7c898ace4abe26b 100644
--- a/wiki/src/doc/encryption_and_privacy/veracrypt.mdwn
+++ b/wiki/src/doc/encryption_and_privacy/veracrypt.mdwn
@@ -109,9 +109,11 @@ Unlocking a file container without keyfiles
 1. Choose
    <span class="menuchoice">
      <span class="guimenu">Applications</span>&nbsp;▸
-     <span class="guisubmenu">Accessories</span>&nbsp;▸
+     <span class="guisubmenu">Utilities</span>&nbsp;▸
      <span class="guisubmenuitem">Unlock VeraCrypt Volumes</span></span>.
 
+   [[!img unlock-veracrypt-volumes.png link="no" alt=""]]
+
 1. Click <span class="button">Add</span> and choose the file container
    that you want to unlock.
 
@@ -230,15 +232,13 @@ Unlocking a partition or drive without keyfiles
 1. Choose
    <span class="menuchoice">
      <span class="guimenu">Applications</span>&nbsp;▸
-     <span class="guisubmenu">Accessories</span>&nbsp;▸
+     <span class="guisubmenu">Utilities</span>&nbsp;▸
      <span class="guisubmenuitem">Unlock VeraCrypt Volumes</span></span>.
 
 1. In the list of partitions, click <span class="button">Unlock</span> in the
    line that corresponds to your USB stick or hard disk.
 
-   [[!img partition-encrypted-label.png link="no" alt="Mount and open '8.2 GB Encrypted'"]]
-
-   XXX: Update screenshot
+   [[!img unlock-veracrypt-volumes-with-partition.png link="no" alt=""]]
 
 1. Enter the parameters to unlock the volume. For more information, see
    the [[Unlocking parameters|veracrypt#parameters]] section above.
@@ -266,7 +266,7 @@ Unlocking a partition or drive with keyfiles
      <span class="guisubmenuitem">Disks</span></span>
    to start the <span class="application">Disks</span> utility.
 
-1. In the left pane, select the device that corresponds to your USB stick or
+1. In the left pane, select the drive that corresponds to your USB stick or
    hard disk.
 
    [[!img partition-locked.png link="no" alt=""]]
diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt/partition-encrypted-label.png b/wiki/src/doc/encryption_and_privacy/veracrypt/partition-encrypted-label.png
deleted file mode 100644
index 43fe75c792f7e66131373e2d6559d274b33b28d0..0000000000000000000000000000000000000000
Binary files a/wiki/src/doc/encryption_and_privacy/veracrypt/partition-encrypted-label.png and /dev/null differ
diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt/unlock-veracrypt-volumes-with-partition.png b/wiki/src/doc/encryption_and_privacy/veracrypt/unlock-veracrypt-volumes-with-partition.png
new file mode 100644
index 0000000000000000000000000000000000000000..e7bbdf9d31af425decd58bea8f0700a34b340418
Binary files /dev/null and b/wiki/src/doc/encryption_and_privacy/veracrypt/unlock-veracrypt-volumes-with-partition.png differ
diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt/unlock-veracrypt-volumes.png b/wiki/src/doc/encryption_and_privacy/veracrypt/unlock-veracrypt-volumes.png
new file mode 100644
index 0000000000000000000000000000000000000000..8c12c6faa857c4b2d3f0c9068019fa4908d55540
Binary files /dev/null and b/wiki/src/doc/encryption_and_privacy/veracrypt/unlock-veracrypt-volumes.png differ