aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in b/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
index 114cfd3990..5ee175adf0 100644
--- a/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
+++ b/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
@@ -1,11 +1,11 @@
<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution.eplugin.external-editor" path="/org/gnome/evolution/eplugin/external-editor/">
- <key name="external-editor-command" type="s">
+ <key name="command" type="s">
<default>'gedit'</default>
<_summary>Default External Editor</_summary>
<_description>The default command that must be used as the editor.</_description>
</key>
- <key name="external-editor-launch-on-key-press" type="b">
+ <key name="launch-on-key-press" type="b">
<default>false</default>
<_summary>Automatically launch when a new mail is edited</_summary>
<_description>Automatically launch editor when key is pressed in the mail composer.</_description>