Revision 1515 src/mainwindow.c

mainwindow.c (revision 1515)
815 815
	{N_("/_Tools/Delete du_plicated messages"),
816 816
						NULL, delete_duplicated_cb,   0, NULL},
817 817
	{N_("/_Tools/---"),			NULL, NULL, 0, "<Separator>"},
818
	{N_("/_Tools/E_xecute"),		"X", execute_summary_cb, 0, NULL},
818
	{N_("/_Tools/E_xecute marked process"),	"X", execute_summary_cb, 0, NULL},
819 819
	{N_("/_Tools/---"),			NULL, NULL, 0, "<Separator>"},
820 820
	{N_("/_Tools/_Log window"),		"<shift><control>L", log_window_show_cb, 0, NULL},
821 821

  
......
2043 2043
#ifndef G_OS_WIN32
2044 2044
		{"/Tools/Actions"                      , M_TARGET_EXIST|M_UNLOCKED},
2045 2045
#endif
2046
		{"/Tools/Execute"                      , M_MSG_EXIST|M_EXEC},
2046
		{"/Tools/Execute marked process"       , M_MSG_EXIST|M_EXEC},
2047 2047
		{"/Tools/Delete duplicated messages"   , M_MSG_EXIST|M_ALLOW_DELETE},
2048 2048

  
2049 2049
		{"/Configuration", M_UNLOCKED},

Also available in: Unified diff