From 62c803c003b57bb7be26103c414499ea4a0db6b5 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 23 Nov 2018 11:39:29 +0000 Subject: [PATCH] fix engrish --- src/mimeview.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.25.1