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

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 10 20:30:00 UTC 2021


 cui/uiconfig/ui/numberingoptionspage.ui            |    6 +++---
 cui/uiconfig/ui/picknumberingpage.ui               |    4 ++--
 sw/uiconfig/swriter/ui/footnotepage.ui             |    2 +-
 sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui |    4 ++--
 sw/uiconfig/swriter/ui/linenumbering.ui            |    4 ++--
 sw/uiconfig/swriter/ui/outlinenumbering.ui         |    6 +++---
 sw/uiconfig/swriter/ui/outlinenumberingpage.ui     |    4 ++--
 7 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit 3f8347d466ac8803b1a019491907e73e4aa63e38
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Sun Jan 31 00:22:32 2021 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Wed Feb 10 21:29:03 2021 +0100

    tdf#139667 modify tooltips that include "numbering style"
    
      This patch is part of a general effort to eliminate the use
      of the phrase "numbering style" in the UI.  Most of the changes
      here are to use "numbering scheme" instead of "numbering style"
      And explicit mention of "character style" instead of "formatting"
    
    Change-Id: Ie3ca434133a1d04f074b68d16bd9394c1e05516a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110149
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui
index 0f6950cc0abd..a5c7eb4b8ad1 100644
--- a/cui/uiconfig/ui/numberingoptionspage.ui
+++ b/cui/uiconfig/ui/numberingoptionspage.ui
@@ -199,7 +199,7 @@
                         <property name="truncate-multiline">True</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="sublevels-atkobject">
-                            <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|sublevels">Enter the number of previous levels to include in the numbering style. For example, if you enter "2" and the previous level uses the "A, B, C..." numbering style, the numbering scheme for the current level becomes: "A.1".</property>
+                            <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|sublevels">Enter the number of previous levels to include in the numbering scheme. For example, if you enter "2" and the previous level uses the "A, B, C..." numbering, the numbering scheme for the current level becomes: "A.1".</property>
                           </object>
                         </child>
                       </object>
@@ -246,7 +246,7 @@
                         <property name="can_focus">False</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="numfmtlb-atkobject">
-                            <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|numfmtlb">Select a numbering style for the selected levels.</property>
+                            <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|numfmtlb">Select a numbering scheme for the selected levels.</property>
                           </object>
                         </child>
                       </object>
@@ -432,7 +432,7 @@
                         </child>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="color-atkobject">
-                            <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|color">Select a color for the current numbering style.</property>
+                            <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|color">Select a color for the current numbering scheme.</property>
                           </object>
                         </child>
                       </object>
diff --git a/cui/uiconfig/ui/picknumberingpage.ui b/cui/uiconfig/ui/picknumberingpage.ui
index ac533a043f65..ef410711a56a 100644
--- a/cui/uiconfig/ui/picknumberingpage.ui
+++ b/cui/uiconfig/ui/picknumberingpage.ui
@@ -34,7 +34,7 @@
                 <property name="vexpand">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="valueset-atkobject">
-                    <property name="AtkObject::accessible-description" translatable="yes" context="picknumberingpage|extended_tip|valueset">Click the numbering style that you want to use.</property>
+                    <property name="AtkObject::accessible-description" translatable="yes" context="picknumberingpage|extended_tip|valueset">Click the numbering scheme that you want to use.</property>
                   </object>
                 </child>
               </object>
@@ -55,7 +55,7 @@
     </child>
     <child internal-child="accessible">
       <object class="AtkObject" id="PickNumberingPage-atkobject">
-        <property name="AtkObject::accessible-description" translatable="yes" context="picknumberingpage|extended_tip|PickNumberingPage">Displays the different numbering styles that you can apply.</property>
+        <property name="AtkObject::accessible-description" translatable="yes" context="picknumberingpage|extended_tip|PickNumberingPage">Displays the different numbering schemes that you can apply.</property>
       </object>
     </child>
   </object>
diff --git a/sw/uiconfig/swriter/ui/footnotepage.ui b/sw/uiconfig/swriter/ui/footnotepage.ui
index 5807bc379247..83fc725cebc6 100644
--- a/sw/uiconfig/swriter/ui/footnotepage.ui
+++ b/sw/uiconfig/swriter/ui/footnotepage.ui
@@ -227,7 +227,7 @@
                 <property name="can_focus">False</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="numberinglb-atkobject">
-                    <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|numberinglb">Select the numbering style that you want to use.</property>
+                    <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|numberinglb">Select the numbering scheme that you want to use.</property>
                   </object>
                 </child>
               </object>
diff --git a/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui b/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui
index 8aad67dc02a0..cff3b37f48af 100644
--- a/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui
+++ b/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui
@@ -176,7 +176,7 @@
                         <property name="can_focus">False</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="ftnnumviewbox-atkobject">
-                            <property name="AtkObject::accessible-description" translatable="yes" context="footnotesendnotestabpage|extended_tip|ftnnumviewbox">Select the numbering style for the footnotes.</property>
+                            <property name="AtkObject::accessible-description" translatable="yes" context="footnotesendnotestabpage|extended_tip|ftnnumviewbox">Select the numbering scheme for the footnotes.</property>
                           </object>
                         </child>
                       </object>
@@ -451,7 +451,7 @@
                         <property name="can_focus">False</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="endnumviewbox-atkobject">
-                            <property name="AtkObject::accessible-description" translatable="yes" context="footnotesendnotestabpage|extended_tip|endnumviewbox">Select the numbering style for the endnotes.</property>
+                            <property name="AtkObject::accessible-description" translatable="yes" context="footnotesendnotestabpage|extended_tip|endnumviewbox">Select the numbering scheme for the endnotes.</property>
                           </object>
                         </child>
                       </object>
diff --git a/sw/uiconfig/swriter/ui/linenumbering.ui b/sw/uiconfig/swriter/ui/linenumbering.ui
index aee4fe6a2b16..16493f8f44bd 100644
--- a/sw/uiconfig/swriter/ui/linenumbering.ui
+++ b/sw/uiconfig/swriter/ui/linenumbering.ui
@@ -214,7 +214,7 @@
                             <property name="can_focus">False</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" id="styledropdown-atkobject">
-                                <property name="AtkObject::accessible-description" translatable="yes" context="linenumbering|extended_tip|styledropdown">Select the formatting style that you want to use for the line numbers.</property>
+                                <property name="AtkObject::accessible-description" translatable="yes" context="linenumbering|extended_tip|styledropdown">Select the character style that you want to use for the line numbers.</property>
                               </object>
                             </child>
                           </object>
@@ -230,7 +230,7 @@
                             <property name="can_focus">False</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" id="formatdropdown-atkobject">
-                                <property name="AtkObject::accessible-description" translatable="yes" context="linenumbering|extended_tip|formatdropdown">Select the numbering style that you want to use.</property>
+                                <property name="AtkObject::accessible-description" translatable="yes" context="linenumbering|extended_tip|formatdropdown">Select the numbering scheme that you want to use.</property>
                               </object>
                             </child>
                           </object>
diff --git a/sw/uiconfig/swriter/ui/outlinenumbering.ui b/sw/uiconfig/swriter/ui/outlinenumbering.ui
index 0977925a96fe..82689e1813e1 100644
--- a/sw/uiconfig/swriter/ui/outlinenumbering.ui
+++ b/sw/uiconfig/swriter/ui/outlinenumbering.ui
@@ -13,7 +13,7 @@
         <property name="use_underline">True</property>
         <child internal-child="accessible">
           <object class="AtkObject" id="form1-atkobject">
-            <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|form1">Select the predefined numbering style that you want to assign to the selected outline level.</property>
+            <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|form1">Select the predefined numbering scheme that you want to assign to the selected outline level.</property>
           </object>
         </child>
       </object>
@@ -103,7 +103,7 @@
     </child>
     <child internal-child="accessible">
       <object class="AtkObject" id="form-atkobject">
-        <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|form">Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to.</property>
+        <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|form">Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to.</property>
       </object>
     </child>
   </object>
@@ -331,7 +331,7 @@
     </child>
     <child internal-child="accessible">
       <object class="AtkObject" id="OutlineNumberingDialog-atkobject">
-        <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|OutlineNumberingDialog">Specifies the number format and the hierarchy for chapter numbering in the current document.</property>
+        <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|OutlineNumberingDialog">Specifies the numbering scheme and the hierarchy for chapter numbering in the current document.</property>
       </object>
     </child>
   </object>
diff --git a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui
index 5b797512520d..866b32f3f3d9 100644
--- a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui
+++ b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui
@@ -186,7 +186,7 @@
                 <property name="hexpand">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="numbering-atkobject">
-                    <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|numbering">Select the numbering style that you want to apply to the selected outline level.</property>
+                    <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|numbering">Select the numbering scheme that you want to apply to the selected outline level.</property>
                   </object>
                 </child>
               </object>
@@ -202,7 +202,7 @@
                 <property name="hexpand">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="charstyle-atkobject">
-                    <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|charstyle">Select the format of the numbering character.</property>
+                    <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|charstyle">Select the character style of the numbering character.</property>
                   </object>
                 </child>
               </object>


More information about the Libreoffice-commits mailing list