From: Paul Date: Fri, 23 Nov 2018 11:39:29 +0000 (+0000) Subject: fix engrish X-Git-Tag: 3.17.2~29 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=62c803c003b57bb7be26103c414499ea4a0db6b5 fix engrish --- diff --git a/src/mimeview.c b/src/mimeview.c index e1598f381..b7068eaf1 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);