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...
This commit is contained in:
Carsten Haitzler 2022-04-12 13:16:25 +01:00
parent 1fe64f8b01
commit 7e6736e743
1 changed files with 3 additions and 2 deletions

View File

@ -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);