diff --git a/src/ld-window-main.c b/src/ld-window-main.c index 9108f0f..1df9825 100644 --- a/src/ld-window-main.c +++ b/src/ld-window-main.c @@ -150,7 +150,7 @@ static GtkActionEntry wm_action_entries[] = N_("Save the current diagram with another name"), G_CALLBACK (on_action_save_as)}, - {"Print", GTK_STOCK_PRINT, N_("_Print"), "P", + {"Print", GTK_STOCK_PRINT, N_("_Print..."), "P", N_("Print the diagram"), G_CALLBACK (on_action_print)},