From 7e6736e743811ee00f6113c26f38448ea66849a3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 12 Apr 2022 13:16:25 +0100 Subject: [PATCH] shot - be clear about the shot uploads being unecrypted and available we were clear, but just to be sure - tell people more expicitly that it's all totally out-there-public data... --- src/modules/shot/e_mod_share.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/shot/e_mod_share.c b/src/modules/shot/e_mod_share.c index caa6be6a0..6a07a0753 100644 --- a/src/modules/shot/e_mod_share.c +++ b/src/modules/shot/e_mod_share.c @@ -248,8 +248,9 @@ share_confirm(void) if (cd) return; cd = e_confirm_dialog_show (_("Confirm Share"), NULL, - _("This image will be uploaded" - "to enlightenment.org. It will be publicly visible."), + _("This image will be uploaded without any encryption" + "to enlightenment.org. All screenshots uploaded are" + "available to everyone with no restrictions."), _("Confirm"), _("Cancel"), _win_share_confirm_yes, NULL, NULL, NULL, _win_share_confirm_del, NULL);