diff options
author | Milan Crha <mcrha@redhat.com> | 2014-02-25 01:30:01 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-02-25 01:30:01 +0800 |
commit | be7f5df707a959461b8ee42b1535a5aa27e30ab2 (patch) | |
tree | 8d485b66ced8dbbf6f38f84d07d1c4acf79dd812 /e-util/e-web-view-gtkhtml.c | |
parent | e6686ae2d9fa9bb6b373259567b0f59be76e8795 (diff) | |
download | gsoc2013-evolution-be7f5df707a959461b8ee42b1535a5aa27e30ab2.tar gsoc2013-evolution-be7f5df707a959461b8ee42b1535a5aa27e30ab2.tar.gz gsoc2013-evolution-be7f5df707a959461b8ee42b1535a5aa27e30ab2.tar.bz2 gsoc2013-evolution-be7f5df707a959461b8ee42b1535a5aa27e30ab2.tar.lz gsoc2013-evolution-be7f5df707a959461b8ee42b1535a5aa27e30ab2.tar.xz gsoc2013-evolution-be7f5df707a959461b8ee42b1535a5aa27e30ab2.tar.zst gsoc2013-evolution-be7f5df707a959461b8ee42b1535a5aa27e30ab2.zip |
Add missing action captions after gtk-stock replacement
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) }, |