diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-03-12 00:03:39 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-03-12 16:03:28 +0000 |
commit | 1042250055364e82c71631630942117cb6c14346 (patch) | |
tree | 24b6e440546fbc7acd5162c549c16cd2849a76b9 /sw/uiconfig | |
parent | 73f8c723100741543cca2cc0dbf0fc83264011c7 (diff) |
"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.tietze@documentfoundation.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/fldvarpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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"> |