[evolution] Fix external editor example. Fixes bug #594736
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Fix external editor example. Fixes bug #594736
- Date: Sun, 29 Jan 2012 12:48:19 +0000 (UTC)
commit 515b354a4b0532be9fc61085877515004da4ced5
Author: Andre Klapper <a9016009 gmx de>
Date: Sun Jan 29 13:47:59 2012 +0100
Fix external editor example. Fixes bug #594736
plugins/external-editor/external-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c
index 7d67faa..cf9349d 100644
--- a/plugins/external-editor/external-editor.c
+++ b/plugins/external-editor/external-editor.c
@@ -112,7 +112,7 @@ e_plugin_lib_get_configure_widget (EPlugin *epl)
vbox = gtk_vbox_new (FALSE, 10);
textbox = gtk_entry_new ();
label = gtk_label_new (_("Command to be executed to launch the editor: "));
- help = gtk_label_new (_("For Emacs use \"xemacs\"\nFor VI use \"gvim -f\""));
+ help = gtk_label_new (_("For XEmacs use \"xemacs\"\nFor Vim use \"gvim -f\""));
settings = g_settings_new ("org.gnome.evolution.plugin.external-editor");
editor = g_settings_get_string (settings, "command");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]