ey there!
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)
emmapeel
From a08bcba8186c9aba721f04781925c90bad75bd28 Mon Sep 17 00:00:00 2001
From: emma peel <emma.peel@???>
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