Append ellipsis to the Print menu item

It opens a dialog.
This commit is contained in:
Přemysl Eric Janouch 2021-10-28 20:05:31 +02:00
parent 2bc9fe4f1d
commit 59b5ff7020
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -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"), "<Ctrl>P",
{"Print", GTK_STOCK_PRINT, N_("_Print..."), "<Ctrl>P",
N_("Print the diagram"),
G_CALLBACK (on_action_print)},