aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-31 07:52:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-31 07:52:27 +0000
commitf319e36f2e97904017924de7a5281d2cae4b2900 (patch)
treeeee5f3ef5284ba5eda52ded4720752609447e902 /src/mainwindow.c
parent2ac1c1760adf98f465e2977f85fcc641edc29d13 (diff)
made labels more descriptive.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1515 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 075d1f79..61a0e581 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -815,7 +815,7 @@ static GtkItemFactoryEntry mainwin_entries[] =
{N_("/_Tools/Delete du_plicated messages"),
NULL, delete_duplicated_cb, 0, NULL},
{N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
- {N_("/_Tools/E_xecute"), "X", execute_summary_cb, 0, NULL},
+ {N_("/_Tools/E_xecute marked process"), "X", execute_summary_cb, 0, NULL},
{N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_Tools/_Log window"), "<shift><control>L", log_window_show_cb, 0, NULL},
@@ -2043,7 +2043,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin)
#ifndef G_OS_WIN32
{"/Tools/Actions" , M_TARGET_EXIST|M_UNLOCKED},
#endif
- {"/Tools/Execute" , M_MSG_EXIST|M_EXEC},
+ {"/Tools/Execute marked process" , M_MSG_EXIST|M_EXEC},
{"/Tools/Delete duplicated messages" , M_MSG_EXIST|M_ALLOW_DELETE},
{"/Configuration", M_UNLOCKED},