aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 4d85b7a0..5438a46e 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -857,7 +857,7 @@ static GtkItemFactoryEntry mainwin_entries[] =
#endif
{N_("/_Tools/Delete du_plicated messages"),
NULL, delete_duplicated_cb, 0, NULL},
- {N_("/_Tools/Concatenate separated messages"),
+ {N_("/_Tools/C_oncatenate separated messages"),
NULL, concat_partial_cb, 0, NULL},
{N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_Tools/E_xecute marked process"), "X", execute_summary_cb, 0, NULL},