After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 566426 - Typo in sendmsg-window.c
Typo in sendmsg-window.c
Status: RESOLVED FIXED
Product: balsa
Classification: Other
Component: general
unspecified
Other All
: Normal trivial
: ---
Assigned To: Balsa Maintainers
Balsa Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-03 16:57 UTC by Leonardo Ferreira Fontenelle
Modified: 2009-01-03 20:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Leonardo Ferreira Fontenelle 2009-01-03 16:57:31 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."));
Comment 1 Peter Bloomfield 2009-01-03 20:37:17 UTC
Once again, thanks for the careful reading!