Re: [Tails-dev] [review'n'merge] typo on unlock_veracrypt_volumes

2019-05-04 Thread intrigeri
segfault:
> […] yes, I'm on it.
> I created one now: https://redmine.tails.boum.org/code/issues/16696

Woohoo \o/
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.

Re: [Tails-dev] [review'n'merge] typo on unlock_veracrypt_volumes

2019-05-04 Thread segfault
u:
> Hi!
> 
> On 29.04.19 18:21, intrigeri wrote:
>> sajolida:
>>> I've seen no answer to your email on tails-dev.
>>
>>> Foundations Team, should this be part of your mission? as per:
>>> « reviewing code contributions that are on nobody else's plate [...] »
>>
>> It definitely is part of our job. segfault asked me for guidance
>> a couple weeks ago wrt. how to handle this and I replies. I suspect
>> this fell through the cracks since. segfault, are you still on it?

Yes, it fell through the cracks, and yes, I'm on it.

>> (As we can see, email is slightly suboptimal to track such things.)
> 
> Maybe emmapeel can create a ticket on Redmine?

I created one now: https://redmine.tails.boum.org/code/issues/16696

Cheers
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.

Re: [Tails-dev] [review'n'merge] typo on unlock_veracrypt_volumes

2019-05-02 Thread u
Hi!

On 29.04.19 18:21, intrigeri wrote:
> sajolida:
>> I've seen no answer to your email on tails-dev.
> 
>> Foundations Team, should this be part of your mission? as per:
>> « reviewing code contributions that are on nobody else's plate [...] »
> 
> It definitely is part of our job. segfault asked me for guidance
> a couple weeks ago wrt. how to handle this and I replies. I suspect
> this fell through the cracks since. segfault, are you still on it?
> 
> (As we can see, email is slightly suboptimal to track such things.)

Maybe emmapeel can create a ticket on Redmine?

Cheers!
u.
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.

Re: [Tails-dev] [review'n'merge] typo on unlock_veracrypt_volumes

2019-04-29 Thread sajolida
emma peel:
> 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)

Thanks for the patch!

I've seen no answer to your email on tails-dev.

Foundations Team, should this be part of your mission? as per:

« reviewing code contributions that are on nobody else's plate [...] »

-- 
sajolida
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.

[Tails-dev] [review'n'merge] typo on unlock_veracrypt_volumes

2019-04-14 Thread emma peel
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 
Date: Sun, 14 Apr 2019 08:14:27 +
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 Disks application instead.") % path)
 
 def _wait_for_loop_setup(self, path: str) -> Union[Volume, None]:
-- 
2.11.0



signature.asc
Description: OpenPGP digital signature
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.