diff options
Diffstat (limited to 'composer/mail-composer-errors.xml')
-rw-r--r-- | composer/mail-composer-errors.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/composer/mail-composer-errors.xml b/composer/mail-composer-errors.xml index ff332c622a..cf4258c6d5 100644 --- a/composer/mail-composer-errors.xml +++ b/composer/mail-composer-errors.xml @@ -52,4 +52,16 @@ <secondary>You need to configure an account before you can compose mail.</secondary> </error> + <error id="no-address-control" type="error" modal="true"> + <primary>Could not create composer window.</primary> + <secondary>Unable to activate the address selector control.</secondary> + </error> + + <error id="no-editor-control" type="error" modal="true"> + <primary>Could not create composer window.</primary> + <secondary>Unable to activate the HTML editor control. + +Please make sure that you have the correct version of gtkhtml and libgtkhtml installed.</secondary> + </error> + </error-list> |