mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Align a help string in two different files for easier translation
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user