diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-04-08 09:26:34 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-04-08 09:26:34 +0800 |
commit | a89aa997d72407ec72c735d1a484eea6ea8cdbaf (patch) | |
tree | 0b1ae5b4634cfedc0b33c0a3b9dae75ecf5a1f93 /composer | |
parent | dda23c93ec3dabdc641ca792afddfbbe4da70501 (diff) | |
download | gsoc2013-evolution-a89aa997d72407ec72c735d1a484eea6ea8cdbaf.tar.gz gsoc2013-evolution-a89aa997d72407ec72c735d1a484eea6ea8cdbaf.tar.zst gsoc2013-evolution-a89aa997d72407ec72c735d1a484eea6ea8cdbaf.zip |
** Fixes bug #328146
2008-04-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #328146
* e-composer-actions.c:
Fix missing and conflicting mnemonics.
svn path=/trunk/; revision=35339
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 7 | ||||
-rw-r--r-- | composer/e-composer-actions.c | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 9251b54451..509b472f7b 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2008-04-07 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #328146 + + * e-composer-actions.c: + Fix missing and conflicting mnemonics. + 2008-04-05 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #526152 diff --git a/composer/e-composer-actions.c b/composer/e-composer-actions.c index 0bb49cfcf3..81cc2101d5 100644 --- a/composer/e-composer-actions.c +++ b/composer/e-composer-actions.c @@ -523,7 +523,7 @@ static GtkActionEntry entries[] = { { "charset-menu", NULL, - N_("Ch_aracter Encoding"), + N_("Character _Encoding"), NULL, NULL, NULL }, @@ -564,7 +564,7 @@ static GtkToggleActionEntry toggle_entries[] = { { "request-read-receipt", NULL, - N_("R_equest Read Receipt"), + N_("Re_quest Read Receipt"), NULL, N_("Get delivery notification when your message is read"), NULL, /* no callback */ |