diff options
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 */ |