diff options
Diffstat (limited to 'plugins/external-editor/org-gnome-external-editor.error.xml')
-rw-r--r-- | plugins/external-editor/org-gnome-external-editor.error.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/external-editor/org-gnome-external-editor.error.xml b/plugins/external-editor/org-gnome-external-editor.error.xml index c6f0bebfa3..efe1c4408d 100644 --- a/plugins/external-editor/org-gnome-external-editor.error.xml +++ b/plugins/external-editor/org-gnome-external-editor.error.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <error-list domain="org.gnome.evolution.plugins.external-editor"> - + <error id="editor-not-launchable" type="error"> <_primary>Editor not launchable</_primary> <_secondary>The external editor set in your plugin preferences cannot be launched. Try setting a different editor.</_secondary> @@ -11,4 +11,9 @@ <_secondary>Evolution is unable to create a temporary file to save your mail. Retry later.</_secondary> </error> + <error id="editor-still-running" type="error"> + <_primary>External editor still running</_primary> + <_secondary>The external editor is still running. The mail composer window cannot be closed as long as the editor is active.</_secondary> + </error> + </error-list> |