tags 599547 + patch
thanks

When I submitted this bug, I had a patch it mind. But I wasn't in a
position to test it, so I omitted it, but forgot to remove the tag.

I have attached a patch to revert to the previous behavior.

-Brandon
--- prefs_filtering_action-old.c	2010-10-24 01:58:20.000000000 -0700
+++ prefs_filtering_action.c	2010-10-24 01:58:40.000000000 -0700
@@ -169,8 +169,8 @@
 	{ N_("Message flags"), 	N_("Unlock"),			ACTION_UNLOCK },
 	{ N_("Message flags"), 	N_("Mark as read"),		ACTION_MARK_AS_READ },
 	{ N_("Message flags"), 	N_("Mark as unread"),		ACTION_MARK_AS_UNREAD },
-	{ N_("Message flags"), 	N_("Mark as spam"),		ACTION_MARK_AS_SPAM },
-	{ N_("Message flags"), 	N_("Mark as ham"),		ACTION_MARK_AS_HAM },
+	{ N_("Message flags"), 	N_("Mark as &spam"),		ACTION_MARK_AS_SPAM },
+	{ N_("Message flags"), 	N_("Mark as &ham"),		ACTION_MARK_AS_HAM },
 	{ NULL, 		N_("Execute"),			ACTION_EXECUTE },
 	{ NULL, 		N_("Color label"),		ACTION_COLOR },
 	{ N_("Resend"), 	N_("Forward"),			ACTION_FORWARD },

Reply via email to