GNOME Bugzilla – Bug 566426
Typo in sendmsg-window.c
Last modified: 2009-01-03 20:37:17 UTC
You probably wanted "encrypted.\n", not "encrypted\n." 5872 if (warn_mp) 5873 message = 5874 g_string_append(message, 5875 _("The message contains attachments, which cannot be " 5876 "signed or encrypted\n."));
Once again, thanks for the careful reading!