diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-04-10 16:19:26 +0400 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-04-11 08:00:58 +0000 |
commit | d91f38bcff7014564c71cb8782fee28b3090caab (patch) | |
tree | d2a15445ecadc1b25829726ed589517131e43a9f /sw | |
parent | 0dec0ffec52a7dc01ac3f8ef26bd5a7d12ac4cf2 (diff) |
tdf#99161 Change Index/ToC dialog title and tab
Change-Id: I80349233e4fe3969da98814edaa1df52bb9adb35
Reviewed-on: https://gerrit.libreoffice.org/23959
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/tocdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/tocdialog.ui b/sw/uiconfig/swriter/ui/tocdialog.ui index 3d6c2ebc9f41..3857a2f0364b 100644 --- a/sw/uiconfig/swriter/ui/tocdialog.ui +++ b/sw/uiconfig/swriter/ui/tocdialog.ui @@ -5,7 +5,7 @@ <object class="GtkDialog" id="TocDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="title" translatable="yes">Insert Index or Table of Contents</property> + <property name="title" translatable="yes">Table of Contents, Index or Bibliography</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> @@ -134,7 +134,7 @@ <object class="GtkLabel" id="index"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Index or Table of Contents</property> + <property name="label" translatable="yes">Type</property> </object> <packing> <property name="tab_fill">False</property> |