From 838f00c9ba998b1e44422462a684096fd073a186 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 2 Jul 2015 09:28:39 -0300 Subject: Table is actually Table of Contents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make it also more clear for translators Change-Id: I602ffb17e80c7078be19498d33b609fa3d980902 Reviewed-on: https://gerrit.libreoffice.org/16695 Reviewed-by: Björn Michaelsen Tested-by: Björn Michaelsen --- officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 +- sw/source/ui/app/mn.src | 6 +++--- sw/uiconfig/swriter/ui/tocdialog.ui | 4 ++-- sw/uiconfig/swriter/ui/tocindexpage.ui | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index d85988e128d2..f9a866eb1971 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -112,7 +112,7 @@ - ~Indexes and Tables... + ~Indexes and Tables of Contents... 1 diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index 18ed7207f728..355bbab5faef 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -214,19 +214,19 @@ { \ Identifier = FN_UPDATE_CUR_TOX ; \ HelpId = CMD_FN_UPDATE_CUR_TOX ; \ - Text [ en-US ] = "~Update Index or Table"; \ + Text [ en-US ] = "~Update Index or Table of Contents"; \ }; \ MenuItem \ { \ Identifier = FN_EDIT_CURRENT_TOX; \ HelpId = CMD_FN_EDIT_CURRENT_TOX; \ - Text [ en-US ] = "~Edit Index or Table"; \ + Text [ en-US ] = "~Edit Index or Table of Contents"; \ }; \ MenuItem \ { \ Identifier = FN_REMOVE_CUR_TOX; \ HelpId = CMD_FN_REMOVE_CUR_TOX; \ - Text [ en-US ] = "Delete Index or Table"; \ + Text [ en-US ] = "Delete Index or Table of Contents"; \ }; \ SEPARATOR ; diff --git a/sw/uiconfig/swriter/ui/tocdialog.ui b/sw/uiconfig/swriter/ui/tocdialog.ui index adac993f5919..3d6c2ebc9f41 100644 --- a/sw/uiconfig/swriter/ui/tocdialog.ui +++ b/sw/uiconfig/swriter/ui/tocdialog.ui @@ -5,7 +5,7 @@ False 6 - Insert Index/Table + Insert Index or Table of Contents False dialog @@ -134,7 +134,7 @@ True False - Index/Table + Index or Table of Contents False diff --git a/sw/uiconfig/swriter/ui/tocindexpage.ui b/sw/uiconfig/swriter/ui/tocindexpage.ui index 8badc3213bbc..59056608f0cb 100644 --- a/sw/uiconfig/swriter/ui/tocindexpage.ui +++ b/sw/uiconfig/swriter/ui/tocindexpage.ui @@ -297,7 +297,7 @@ True False - Create Index/Table + Create Index or Table of Contents -- cgit