Bug #16696

Typo in unlock-veracrypt-volumes

Added by segfault 2019-05-04 15:39:11 . Updated 2019-05-23 21:20:26 .

Status:
Resolved
Priority:
Normal
Assignee:
segfault
Category:
Target version:
Start date:
Due date:
% Done:

100%

Feature Branch:
bugfix/16696-typo-in-unlock-veracrypt-volumes
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

> 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

Subtasks


Related issues

Blocks Tails - Feature #16209: Core work: Foundations Team Confirmed

History

#1 Updated by segfault 2019-05-04 15:39:48

#2 Updated by segfault 2019-05-04 15:44:32

  • Status changed from Confirmed to In Progress

Applied in changeset commit:tails|39741410d1550ec79a846a637aaf2b96bdb99606.

#3 Updated by segfault 2019-05-04 15:44:59

I pushed a commit, waiting for Jenkins

#4 Updated by segfault 2019-05-10 13:23:03

  • Feature Branch set to bugfix/16696-typo-in-unlock-veracrypt-volumes

#5 Updated by segfault 2019-05-10 13:26:31

Test results: https://jenkins.tails.boum.org/job/test_Tails_ISO_bugfix-16696-typo-in-unlock-veracrypt-volumes/lastCompletedBuild/cucumberTestReport/

The only failed test is “Emergency Shutdown”, which is unrelated.

#6 Updated by segfault 2019-05-10 13:28:59

  • Status changed from In Progress to Fix committed
  • % Done changed from 0 to 100

Applied in changeset commit:tails|b862c2b4c7ba72ddd29dc65e525a200be32de3fe.

#7 Updated by CyrilBrulebois 2019-05-23 21:20:26

  • Status changed from Fix committed to Resolved