raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=7e6736e743811ee00f6113c26f38448ea66849a3

commit 7e6736e743811ee00f6113c26f38448ea66849a3
Author: Carsten Haitzler <[email protected]>
Date:   Tue Apr 12 13:16:25 2022 +0100

    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<ps/>"
-        "to enlightenment.org. It will be publicly visible."),
+      _("This image will be uploaded without any encryption<ps/>"
+        "to enlightenment.org. All screenshots uploaded are<ps/>"
+        "available to everyone with no restrictions."),
       _("Confirm"), _("Cancel"),
       _win_share_confirm_yes, NULL,
       NULL, NULL, _win_share_confirm_del, NULL);

-- 


Reply via email to