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