[Libreoffice-commits] core.git: officecfg/registry sw/source sw/uiconfig
Olivier Hallot
olivier.hallot at edx.srv.br
Thu Jul 2 07:16:47 PDT 2015
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(-)
New commits:
commit 838f00c9ba998b1e44422462a684096fd073a186
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date: Thu Jul 2 09:28:39 2015 -0300
Table is actually Table of Contents
Make it also more clear for translators
Change-Id: I602ffb17e80c7078be19498d33b609fa3d980902
Reviewed-on: https://gerrit.libreoffice.org/16695
Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index d85988e..f9a866e 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 @@
</node>
<node oor:name=".uno:InsertMultiIndex" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Indexes and Tables...</value>
+ <value xml:lang="en-US">~Indexes and Tables of Contents...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 18ed720..355bbab 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 adac993..3d6c2eb 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/Table</property>
+ <property name="title" translatable="yes">Insert Index or Table of Contents</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/Table</property>
+ <property name="label" translatable="yes">Index or Table of Contents</property>
</object>
<packing>
<property name="tab_fill">False</property>
diff --git a/sw/uiconfig/swriter/ui/tocindexpage.ui b/sw/uiconfig/swriter/ui/tocindexpage.ui
index 8badc32..59056608 100644
--- a/sw/uiconfig/swriter/ui/tocindexpage.ui
+++ b/sw/uiconfig/swriter/ui/tocindexpage.ui
@@ -297,7 +297,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Create Index/Table</property>
+ <property name="label" translatable="yes">Create Index or Table of Contents</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
More information about the Libreoffice-commits
mailing list