gnucash maint: Align a help string in two different files for easier translation

Geert Janssens gjanssens at code.gnucash.org
Thu Mar 23 15:49:05 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/6f3f3bb8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3f425695 (commit)



commit 6f3f3bb821fede74977aa82510286e1683812e1c
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Mar 23 20:48:58 2017 +0100

    Align a help string in two different files for easier translation

diff --git a/src/gnome-utils/gtkbuilder/dialog-preferences.glade b/src/gnome-utils/gtkbuilder/dialog-preferences.glade
index 775e588c..52060f7 100644
--- a/src/gnome-utils/gtkbuilder/dialog-preferences.glade
+++ b/src/gnome-utils/gtkbuilder/dialog-preferences.glade
@@ -3279,9 +3279,7 @@ many months before the current month:</property>
                       <object class="GtkSpinButton" id="pref/general.report/default-zoom">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="tooltip_text" translatable="yes">On high resolution screens reports tend to be hard to read.
-This option allows you to scale reports up by the set factor.
-For example setting this to 2.0 will display reports at twice their typical size.</property>
+                        <property name="tooltip_text" translatable="yes">On high resolution screens reports tend to be hard to read. This option allows you to scale reports up by the set factor. For example setting this to 2.0 will display reports at twice their typical size.</property>
                         <property name="max_length">4</property>
                         <property name="invisible_char">●</property>
                         <property name="primary_icon_activatable">False</property>
diff --git a/src/gnome/gschemas/org.gnucash.gschema.xml.in.in b/src/gnome/gschemas/org.gnucash.gschema.xml.in.in
index 01c28be..99077e2 100644
--- a/src/gnome/gschemas/org.gnucash.gschema.xml.in.in
+++ b/src/gnome/gschemas/org.gnucash.gschema.xml.in.in
@@ -331,7 +331,9 @@
     <key name="default-zoom" type="d">
       <default>1.0</default>
       <summary>Zoom factor to use by default for reports.</summary>
-      <description>On high-resolution displays the reports will be unreadable by default. Setting a zoom factor to a number bigger than 1.0 can help improve this situation.</description>
+      <description>On high resolution screens reports tend to be hard to read.
+This option allows you to scale reports up by the set factor.
+For example setting this to 2.0 will display reports at twice their typical size.</description>
     </key>
     <child name="pdf-export" schema="org.gnucash.general.report.pdf-export"/>
   </schema>



Summary of changes:
 src/gnome-utils/gtkbuilder/dialog-preferences.glade | 4 +---
 src/gnome/gschemas/org.gnucash.gschema.xml.in.in    | 4 +++-
 2 files changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list