[gnumeric] fix schemas
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] fix schemas
- Date: Fri, 11 Nov 2011 19:32:37 +0000 (UTC)
commit f96dd8e2316c1cc37f28d6992f06b86b97e48643
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Fri Nov 11 12:32:05 2011 -0700
fix schemas
2011-11-11 Andreas J. Guelzow <aguelzow pyrshep ca>
* schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: fix descriptions
* schemas/org.gnome.gnumeric.gschema.xml.in.in: fix descriptions
* src/gnumeric-conf.c: update
ChangeLog | 6 ++++++
.../org.gnome.gnumeric.dialogs.gschema.xml.in.in | 14 +++++++-------
schemas/org.gnome.gnumeric.gschema.xml.in.in | 8 ++------
src/gnumeric-conf.c | 20 +++++++++++---------
4 files changed, 26 insertions(+), 22 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8c2b4d7..d9f1bb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-11 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: fix descriptions
+ * schemas/org.gnome.gnumeric.gschema.xml.in.in: fix descriptions
+ * src/gnumeric-conf.c: update
+
2011-11-11 Morten Welinder <terra gnome org>
* schemas/org.gnome.gnumeric.gschema.xml.in.in: Fix the '>' here.
diff --git a/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in b/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in
index d4f5af7..558fde9 100644
--- a/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in
+++ b/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in
@@ -15,27 +15,27 @@
<key name="init-caps" type="b">
<default>true</default>
<_summary>Autocorrect initial caps</_summary>
- <_description>Autocorrect initial caps</_description>
+ <_description>This variable determines whether to autocorrect initial caps</_description>
</key>
<key name="init-caps-list" type="as">
<default>[]</default>
- <_summary>Autocorrect initial caps</_summary>
- <_description>Autocorrect initial caps</_description>
+ <_summary>List of initial caps exceptions</_summary>
+ <_description>The autocorrect engine does not correct the initial caps for words in this list.</_description>
</key>
<key name="first-letter" type="b">
<default>true</default>
- <_summary>List of Init Caps Exceptions</_summary>
- <_description>The autocorrect engine does not correct the initial caps for words in this list.</_description>
+ <_summary>Autocorrect first letter</_summary>
+ <_description>This variable determines whether to autocorrect first letters</_description>
</key>
<key name="first-letter-list" type="as">
<default>[]</default>
<_summary>List of First Letter Exception</_summary>
- <_description>The autocorrect engine does not correct the first letter for words in this list.</_description>
+ <_description>The autocorrect engine does not capitalize the first letter of words following strings in this list.</_description>
</key>
<key name="names-of-days" type="b">
<default>true</default>
<_summary>Autocorrect names of days</_summary>
- <_description>Autocorrect names of days</_description>
+ <_description>This variable determines whether to autocorrect names of days</_description>
</key>
<key name="replace" type="b">
<default>true</default>
diff --git a/schemas/org.gnome.gnumeric.gschema.xml.in.in b/schemas/org.gnome.gnumeric.gschema.xml.in.in
index edc2b8f..2e9b28c 100644
--- a/schemas/org.gnome.gnumeric.gschema.xml.in.in
+++ b/schemas/org.gnome.gnumeric.gschema.xml.in.in
@@ -165,7 +165,7 @@
<key name="autocomplete-min-chars" type="i">
<default>3</default>
<_summary>Minimum Number of Characters for Autocompletion</_summary>
- <_description>This variable determines theminimum number of characters required for autocompletion.</_description>
+ <_description>This variable determines the minimum number of characters required for autocompletion.</_description>
</key>
<key name="function-name-tooltips" type="b">
<default>true</default>
@@ -190,11 +190,7 @@
<key name="recalclag" type="i">
<default>200</default>
<_summary>Auto Expression Recalculation Lag</_summary>
- <_description>If `lag' is 0, gnumeric recalculates all auto expressions immediately after every change. Non-zero values of `lag' allow gnumeric to accumulate more changes before each recalculation.
-If `lag' is positive, then whenever a change appears, gnumeric waits `lag'
-milleseconds and then recalculates; if more changes appear during that period,
-they are also processed at that time. If `lag' is negative, then recalculation happens only after a quiet period of
-|lag| milleseconds.</_description>
+ <_description>If `lag' is 0, gnumeric recalculates all auto expressions immediately after every change. Non-zero values of `lag' allow gnumeric to accumulate more changes before each recalculation. If `lag' is positive, then whenever a change appears, gnumeric waits `lag' milliseconds and then recalculates; if more changes appear during that period, they are also processed at that time. If `lag' is negative, then recalculation happens only after a quiet period of |lag| milliseconds.</_description>
</key>
<key name="transitionkeys" type="b">
<default>false</default>
diff --git a/src/gnumeric-conf.c b/src/gnumeric-conf.c
index 2d9acc6..b31c887 100644
--- a/src/gnumeric-conf.c
+++ b/src/gnumeric-conf.c
@@ -685,10 +685,11 @@ gnm_conf_get_detachable_toolbars (void)
/* ----------- AUTOMATICALLY GENERATED CODE BELOW -- DO NOT EDIT ----------- */
+
static struct cb_watch_bool watch_autocorrect_first_letter = {
0, "autocorrect/first-letter",
- "List of Init Caps Exceptions",
- "The autocorrect engine does not correct the initial caps for words in this list.",
+ "Autocorrect first letter",
+ "This variable determines whether to autocorrect first letters",
TRUE,
};
@@ -717,7 +718,7 @@ gnm_conf_get_autocorrect_first_letter_node (void)
static struct cb_watch_string_list watch_autocorrect_first_letter_list = {
0, "autocorrect/first-letter-list",
"List of First Letter Exception",
- "The autocorrect engine does not correct the first letter for words in this list.",
+ "The autocorrect engine does not capitalize the first letter of words following strings in this list.",
};
GSList *
@@ -745,7 +746,7 @@ gnm_conf_get_autocorrect_first_letter_list_node (void)
static struct cb_watch_bool watch_autocorrect_init_caps = {
0, "autocorrect/init-caps",
"Autocorrect initial caps",
- "Autocorrect initial caps",
+ "This variable determines whether to autocorrect initial caps",
TRUE,
};
@@ -773,8 +774,8 @@ gnm_conf_get_autocorrect_init_caps_node (void)
static struct cb_watch_string_list watch_autocorrect_init_caps_list = {
0, "autocorrect/init-caps-list",
- "Autocorrect initial caps",
- "Autocorrect initial caps",
+ "List of initial caps exceptions",
+ "The autocorrect engine does not correct the initial caps for words in this list.",
};
GSList *
@@ -802,7 +803,7 @@ gnm_conf_get_autocorrect_init_caps_list_node (void)
static struct cb_watch_bool watch_autocorrect_names_of_days = {
0, "autocorrect/names-of-days",
"Autocorrect names of days",
- "Autocorrect names of days",
+ "This variable determines whether to autocorrect names of days",
TRUE,
};
@@ -1238,7 +1239,7 @@ gnm_conf_get_core_gui_editing_autocomplete_node (void)
static struct cb_watch_int watch_core_gui_editing_autocomplete_min_chars = {
0, "core/gui/editing/autocomplete-min-chars",
"Minimum Number of Characters for Autocompletion",
- "This variable determines theminimum number of characters required for autocompletion.",
+ "This variable determines the minimum number of characters required for autocompletion.",
1, 10, 3,
};
@@ -1383,7 +1384,7 @@ gnm_conf_get_core_gui_editing_livescrolling_node (void)
static struct cb_watch_int watch_core_gui_editing_recalclag = {
0, "core/gui/editing/recalclag",
"Auto Expression Recalculation Lag",
- "If `lag' is 0, gnumeric recalculates all auto expressions immediately after every change. Non-zero values of `lag' allow gnumeric to accumulate more changes before each recalculation.\nIf `lag' is positive, then whenever a change appears, gnumeric waits `lag'\nmilleseconds and then recalculates; if more changes appear during that period,\nthey are also processed at that time. If `lag' is negative, then recalculation happens only after a quiet period of\n|lag| milleseconds.",
+ "If `lag' is 0, gnumeric recalculates all auto expressions immediately after every change. Non-zero values of `lag' allow gnumeric to accumulate more changes before each recalculation. If `lag' is positive, then whenever a change appears, gnumeric waits `lag' milliseconds and then recalculates; if more changes appear during that period, they are also processed at that time. If `lag' is negative, then recalculation happens only after a quiet period of |lag| milliseconds.",
-5000, 5000, 200,
};
@@ -4160,3 +4161,4 @@ gnm_conf_get_undo_dir_node (void)
{
return get_node ("undo", NULL);
}
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]