diff options
Diffstat (limited to 'composer/mail-composer-errors.xml.h')
-rw-r--r-- | composer/mail-composer-errors.xml.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer/mail-composer-errors.xml.h b/composer/mail-composer-errors.xml.h index 59f3980b48..30f0005258 100644 --- a/composer/mail-composer-errors.xml.h +++ b/composer/mail-composer-errors.xml.h @@ -30,8 +30,8 @@ char *s = N_("Warning: Modified Message"); char *s = N_("Are you sure you want to discard the message, titled '{0}', you are composing?"); /* mail-composer:exit-unsaved secondary */ char *s = N_("Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date."); -char *s = N_("Discard Changes"); -char *s = N_("Save Message"); +char *s = N_("_Discard Changes"); +char *s = N_("_Save Message"); /* mail-composer:no-build-message primary */ char *s = N_("Could not create message."); /* mail-composer:no-build-message secondary */ |