sw/uiconfig/swriter/ui/fldvarpage.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1042250055364e82c71631630942117cb6c14346
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Sun Mar 12 00:03:39 2023 +0000
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun Mar 12 16:03:28 2023 +0000

    "None" -> "[None]"
    
       to be consistent with other dialogs
    
    Change-Id: I736c2017cafbb032e19fff609a1655bd8b415e46
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148702
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/uiconfig/swriter/ui/fldvarpage.ui 
b/sw/uiconfig/swriter/ui/fldvarpage.ui
index d484e7bc16bd..475b416e0c9b 100644
--- a/sw/uiconfig/swriter/ui/fldvarpage.ui
+++ b/sw/uiconfig/swriter/ui/fldvarpage.ui
@@ -429,9 +429,9 @@
                       <object class="GtkComboBoxText" id="level">
                         <property name="visible">True</property>
                         <property name="can-focus">False</property>
-                        <property name="tooltip-text" translatable="yes" 
context="fldvarpage|level|tooltip_text">Choose heading number to prepend to 
displayed field, where the number comes from the first prior heading whose 
outline level is equal to or less than the selected outline level. If “None” is 
selected, no heading number is displayed.</property>
+                        <property name="tooltip-text" translatable="yes" 
context="fldvarpage|level|tooltip_text">Choose heading number to prepend to 
displayed field, where the number comes from the first prior heading whose 
outline level is equal to or less than the selected outline level. If [None] is 
selected, no heading number is displayed.</property>
                         <items>
-                          <item translatable="yes" 
context="fldvarpage|level">None</item>
+                          <item translatable="yes" 
context="fldvarpage|level">[None]</item>
                         </items>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="level-atkobject">

Reply via email to