[Libreoffice-commits] core.git: cui/uiconfig

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 19 13:02:17 UTC 2020


 cui/uiconfig/ui/pageformatpage.ui    |    3 ++-
 cui/uiconfig/ui/paraindentspacing.ui |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 7cd5cddce02a6e005c0fcd45b9b720c2ca877cfc
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Jun 16 12:16:35 2020 +0200
Commit:     Pedro Silva <pedro.silva at collabora.com>
CommitDate: Fri Jun 19 15:01:40 2020 +0200

    tdf#127279 Register-true with better labelling
    
    Change-Id: I2cf7a47a59b863b9b5de4463043af0e23290d752
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96424
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Reviewed-by: Pedro Silva <pedro.silva at collabora.com>

diff --git a/cui/uiconfig/ui/pageformatpage.ui b/cui/uiconfig/ui/pageformatpage.ui
index 1f4e4e323c84..031f34efc762 100644
--- a/cui/uiconfig/ui/pageformatpage.ui
+++ b/cui/uiconfig/ui/pageformatpage.ui
@@ -527,10 +527,11 @@
                     </child>
                     <child>
                       <object class="GtkCheckButton" id="checkRegisterTrue">
-                        <property name="label" translatable="yes" context="pageformatpage|checkRegisterTrue">Register-tr_ue</property>
+                        <property name="label" translatable="yes" context="pageformatpage|checkRegisterTrue">Page li_ne spacing</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
                         <property name="no_show_all">True</property>
+                        <property name="tooltip_text" translatable="yes" context="pageformatpage|checkRegisterTrue" comments="xdds">All paragraph styles with the option Page line spacing checked will be affected, assuming the line spacing defined here. This will align them to an invisible vertical page grid, regardless of their font size, so that each line is the same height.</property>
                         <property name="use_underline">True</property>
                         <property name="xalign">0</property>
                         <property name="draw_indicator">True</property>
diff --git a/cui/uiconfig/ui/paraindentspacing.ui b/cui/uiconfig/ui/paraindentspacing.ui
index c5977b219aa3..7ee2107c63bc 100644
--- a/cui/uiconfig/ui/paraindentspacing.ui
+++ b/cui/uiconfig/ui/paraindentspacing.ui
@@ -502,7 +502,7 @@
               <object class="GtkLabel" id="label3">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes" context="paraindentspacing|label3">Register-true</property>
+                <property name="label" translatable="yes" context="paraindentspacing|label3">Follow Page line spacing</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>


More information about the Libreoffice-commits mailing list