gnucash stable: Correct the summary and description for the chart-tooltip-position preference schema.

John Ralls jralls at code.gnucash.org
Thu Sep 24 18:58:50 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/973a64ce (commit)
	from  https://github.com/Gnucash/gnucash/commit/5b687ae1 (commit)



commit 973a64ceda5a2f0201472caf9c3a6553c857d2c6
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 24 15:58:38 2026 -0700

    Correct the summary and description for the chart-tooltip-position preference schema.
    
    Thanks to Simon Arlott for noticing and reporting it.

diff --git a/gnucash/gschemas/org.gnucash.GnuCash.gschema.xml.in b/gnucash/gschemas/org.gnucash.GnuCash.gschema.xml.in
index 495f8200db..19c3e0c863 100644
--- a/gnucash/gschemas/org.gnucash.GnuCash.gschema.xml.in
+++ b/gnucash/gschemas/org.gnucash.GnuCash.gschema.xml.in
@@ -409,8 +409,8 @@ For example setting this to 2.0 will display reports at twice their typical size
     </key>
       <key name="chart-tooltip-position" enum="org.gnucash.GnuCash.general.report.TooltipPosition">
       <default>'nearest'</default>
-      <summary>"Jump" behaviour when there are multiple splits</summary>
-      <description>Select how the "Jump" operation should behave when a transaction has multiple splits.</description>
+      <summary>A choice of two locations for a grouped tooltip. </summary>
+      <description>Some line- and barcharts display a tooltip showing numeric values of the points on a particular date. The tooltip can be a grouped one showing all of the points on that particular day or not-grouped, showing only the value at the nearest point. This preference controls the position of grouped tooltips. The average setting places it in the middle of the values on the day, nearest places it at the point nearest to the cursor position. </description>
     </key>
     <child name="pdf-export" schema="org.gnucash.GnuCash.general.report.pdf-export"/>
   </schema>



Summary of changes:
 gnucash/gschemas/org.gnucash.GnuCash.gschema.xml.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list