diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-14 15:15:45 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-02-15 05:29:26 +0000 |
commit | fd76d69adab591789e551b30324183df2874961a (patch) | |
tree | 83b4a168cd654e4b18162486c07adac8f22f77e7 /sw/uiconfig | |
parent | 99bad52f534b0f9e5aebcf0a65e1787ac9f09d94 (diff) |
tdf#153499 missing colon in subdialog to Insert Index Entry
Change-Id: I50236c71835fb03ab243417252e5f54075a4b0be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146989
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/newuserindexdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/newuserindexdialog.ui b/sw/uiconfig/swriter/ui/newuserindexdialog.ui index b26e74b65bb9..269b13d44d07 100644 --- a/sw/uiconfig/swriter/ui/newuserindexdialog.ui +++ b/sw/uiconfig/swriter/ui/newuserindexdialog.ui @@ -95,7 +95,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="newuserindexdialog|label2">_Name</property> + <property name="label" translatable="yes" context="newuserindexdialog|label2">_Name:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry</property> <property name="xalign">0</property> |