[gnumeric] Schemas: fix spacing problem



commit 022b14e0aa983246cd4ca71a6d69675a6131d8fb
Author: Morten Welinder <terra gnome org>
Date:   Fri Nov 11 08:48:02 2011 -0500

    Schemas: fix spacing problem

 schemas/org.gnome.gnumeric.gschema.xml.in.in |    3 +--
 src/gnumeric-conf.c                          |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/schemas/org.gnome.gnumeric.gschema.xml.in.in b/schemas/org.gnome.gnumeric.gschema.xml.in.in
index 8bbf38f..edc2b8f 100644
--- a/schemas/org.gnome.gnumeric.gschema.xml.in.in
+++ b/schemas/org.gnome.gnumeric.gschema.xml.in.in
@@ -199,8 +199,7 @@ they are also processed at that time. If `lag' is negative, then recalculation h
     <key name="transitionkeys" type="b">
       <default>false</default>
       <_summary>Transition Keys</_summary>
-      <_description>This variable determines whether transition keys are set on. Transition keys are a throw back to 1-2-3 style event handling.
-	     They turn Ctrl-arrow into page movement rather than jumping to the start/end of series.</_description>
+      <_description>This variable determines whether transition keys are set on. Transition keys are a throw back to 1-2-3 style event handling. They turn Ctrl-arrow into page movement rather than jumping to the start/end of series.</_description>
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnumeric.core.gui.window" path="/apps/gnumeric/core/gui/window/">
diff --git a/src/gnumeric-conf.c b/src/gnumeric-conf.c
index 0a8fb0d..2d9acc6 100644
--- a/src/gnumeric-conf.c
+++ b/src/gnumeric-conf.c
@@ -1412,7 +1412,7 @@ gnm_conf_get_core_gui_editing_recalclag_node (void)
 static struct cb_watch_bool watch_core_gui_editing_transitionkeys = {
 	0, "core/gui/editing/transitionkeys",
 	"Transition Keys",
-	"This variable determines whether transition keys are set on. Transition keys are a throw back to 1-2-3 style event handling.\n	     They turn Ctrl-arrow into page movement rather than jumping to the start/end of series.",
+	"This variable determines whether transition keys are set on. Transition keys are a throw back to 1-2-3 style event handling. They turn Ctrl-arrow into page movement rather than jumping to the start/end of series.",
 	FALSE,
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]