[Commits] [SCM] claws branch, master, updated. 3.17.0-177-g62c803c
claws at claws-mail.org
claws at claws-mail.org
Fri Nov 23 12:39:36 CET 2018
The branch, master has been updated
via 62c803c003b57bb7be26103c414499ea4a0db6b5 (commit)
from c9e83e9d198b62c5cf72894b25320ac55cb32680 (commit)
Summary of changes:
src/mimeview.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 62c803c003b57bb7be26103c414499ea4a0db6b5
Author: Paul <paul at claws-mail.org>
Date: Fri Nov 23 11:39:29 2018 +0000
fix engrish
diff --git a/src/mimeview.c b/src/mimeview.c
index e1598f3..b7068ea 100644
--- a/src/mimeview.c
+++ b/src/mimeview.c
@@ -2290,8 +2290,8 @@ static void mimeview_view_file(const gchar *filename, MimeInfo *partinfo,
if ((SHGetFileInfo((LPCWSTR)fn16, 0, &file_info, sizeof(SHFILEINFO), SHGFI_EXETYPE)) != 0) {
AlertValue val = alertpanel_full(_("Execute untrusted binary?"),
_("This attachment is an executable file. Executing "
- "untrusted binaries is dangerous and could probably "
- "lead to compromission of your computer.\n\n"
+ "untrusted binaries is dangerous and could compromise "
+ "your computer.\n\n"
"Do you want to run this file?"), GTK_STOCK_CANCEL,
_("Run binary"),
NULL, FALSE, NULL, ALERT_WARNING, G_ALERTDEFAULT);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list