diff options
-rw-r--r-- | e-util/e-web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c index b00c71946a..4569d775df 100644 --- a/e-util/e-web-view.c +++ b/e-util/e-web-view.c @@ -324,7 +324,7 @@ static GtkActionEntry image_entries[] = { { "image-save", "document-save", N_("Save _Image..."), - NULL, + "<Control>s", N_("Save the image to a file"), G_CALLBACK (action_image_save_cb) } }; |