Align a help string in two different files for easier translation

This commit is contained in:
Geert Janssens
2017-03-23 20:48:58 +01:00
parent 3f42569541
commit 6f3f3bb821
2 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>