aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/external-editor/org-gnome-external-editor.error.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-04-27 17:34:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-04-28 20:04:23 +0800
commit3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e (patch)
treebbf9c71f4e335de9c46848078143e63710d627c3 /plugins/external-editor/org-gnome-external-editor.error.xml
parent27def41a24a01da596f585bc826e1c4fff7e1941 (diff)
downloadgsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.gz
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.bz2
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.lz
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.xz
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.zst
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.zip
Define .error files correctly and external-editor crash fix
** Fix for bug #561188
Diffstat (limited to 'plugins/external-editor/org-gnome-external-editor.error.xml')
-rw-r--r--plugins/external-editor/org-gnome-external-editor.error.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/external-editor/org-gnome-external-editor.error.xml b/plugins/external-editor/org-gnome-external-editor.error.xml
new file mode 100644
index 0000000000..c6f0bebfa3
--- /dev/null
+++ b/plugins/external-editor/org-gnome-external-editor.error.xml
@@ -0,0 +1,14 @@
+<?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>
+ </error>
+
+ <error id="no-temp-file" type="error">
+ <_primary>Cannot create Temporary File</_primary>
+ <_secondary>Evolution is unable to create a temporary file to save your mail. Retry later.</_secondary>
+ </error>
+
+</error-list>