talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 98e157fb30395f79d7088d7933832490b449c912
parent 102f33c826cf6b4bad805161f9632012a14ee315
Author: Paul <paul@claws-mail.org>
Date:   Fri, 23 Nov 2018 11:39:29 +0000

fix engrish

Diffstat:
Msrc/mimeview.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mimeview.c b/src/mimeview.c @@ -2297,8 +2297,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);