diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-01-23 23:58:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-01-23 23:58:01 +0800 |
commit | 1460590b4a586187109d28840af217d1c86248ae (patch) | |
tree | bd820544d0f74af11aa6efedecd2493c5a36b60f /composer/e-composer-actions.c | |
parent | 9acd121a93cf023501b48992ebe4341d4220301c (diff) | |
download | gsoc2013-evolution-1460590b4a586187109d28840af217d1c86248ae.tar gsoc2013-evolution-1460590b4a586187109d28840af217d1c86248ae.tar.gz gsoc2013-evolution-1460590b4a586187109d28840af217d1c86248ae.tar.bz2 gsoc2013-evolution-1460590b4a586187109d28840af217d1c86248ae.tar.lz gsoc2013-evolution-1460590b4a586187109d28840af217d1c86248ae.tar.xz gsoc2013-evolution-1460590b4a586187109d28840af217d1c86248ae.tar.zst gsoc2013-evolution-1460590b4a586187109d28840af217d1c86248ae.zip |
Rearrange composer options.
Renamed the "Security" menu to "Options" moved other options there:
Request Read Receipt
Prioritize Message
Character Encoding
Diffstat (limited to 'composer/e-composer-actions.c')
-rw-r--r-- | composer/e-composer-actions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer/e-composer-actions.c b/composer/e-composer-actions.c index 7332c93aad..d8a911cd37 100644 --- a/composer/e-composer-actions.c +++ b/composer/e-composer-actions.c @@ -346,9 +346,9 @@ static GtkActionEntry entries[] = { NULL, NULL }, - { "security-menu", + { "options-menu", NULL, - N_("_Security"), + N_("_Options"), NULL, NULL, NULL } |