diff options
Diffstat (limited to 'e-util/e-web-view-gtkhtml.c')
-rw-r--r-- | e-util/e-web-view-gtkhtml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-web-view-gtkhtml.c b/e-util/e-web-view-gtkhtml.c index b958f62105..63c69aa973 100644 --- a/e-util/e-web-view-gtkhtml.c +++ b/e-util/e-web-view-gtkhtml.c @@ -449,7 +449,7 @@ static GtkActionEntry selection_entries[] = { { "copy-clipboard", "edit-copy", - NULL, + N_("_Copy"), "<Control>c", N_("Copy the selection"), G_CALLBACK (action_copy_clipboard_cb) }, |