Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T tails
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 940
    • Issues 940
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tails
  • tails
  • Issues
  • #16696

Typo in unlock-veracrypt-volumes

Originally created by @segfault on #16696 (Redmine)

So, here a small patch to fix the lack of space between two phrases in the veracypt mounter. thanks to translators for spotting this!

(have a look, maybe you wanted the phrases to appear in two different lines instead)

From a08bcba8186c9aba721f04781925c90bad75bd28 Mon Sep 17 00:00:00 2001
From: emma peel <emma.peel@riseup.net>
Date: Sun, 14 Apr 2019 08:14:27 +0000
Subject: [PATCH] typo

---
.../python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py    | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py b/config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py
index f6c54bd8b1..f5c46c9daf 100644
--- a/config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py
+++ b/config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py
@@ -161,7 +161,7 @@ class VolumeManager(object):
body=_("The file %s does not seem to be a VeraCrypt container.") % path)
else:
self.show_warning(title=_("Failed to add container"),
-                              body=_("Could not add file container %s: Timeout while waiting for loop setup."
+                              body=_("Could not add file container %s: Timeout while waiting for loop setup. "
"Please try using the <i>Disks</i> application instead.") % path)

def _wait_for_loop_setup(self, path: str) -> Union[Volume, None]:
-- 
2.11.0

Feature Branch: bugfix/16696-typo-in-unlock-veracrypt-volumes

Related issues

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking