[Libreoffice-commits] core.git: officecfg/registry
Laurent Balland-Poirier
laurent.balland-poirier at laposte.net
Fri Aug 19 05:35:28 UTC 2016
officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d80ad9847e93be3cd20de6b233379ad328c8550c
Author: Laurent Balland-Poirier <laurent.balland-poirier at laposte.net>
Date: Thu Aug 18 20:46:21 2016 +0200
Correct menu Insert>Trend line
Only 1 trend line can be inserted. It is no more possible
to insert trend lines for all series at a time.
See comments in b0fbaa6fa28df570e8179f166fe0547892b2dbc7
Change-Id: I3a8548af3d3cd641b4da342ee03681647844fde3
Reviewed-on: https://gerrit.libreoffice.org/28226
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu
index 3f9b85e..2db6b4c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu
@@ -37,7 +37,7 @@
</node>
<node oor:name=".uno:InsertMenuTrendlines" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Tre~nd Lines...</value>
+ <value xml:lang="en-US">Tre~nd Line...</value>
</prop>
</node>
<node oor:name=".uno:InsertMenuMeanValues" oor:op="replace">
More information about the Libreoffice-commits
mailing list