talons

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

commit 62c803c003b57bb7be26103c414499ea4a0db6b5
parent c9e83e9d198b62c5cf72894b25320ac55cb32680
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 @@ -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);