officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +- sc/uiconfig/scalc/ui/sparklinedialog.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit f8a84ef8f085251d545597a83d71b5b5b2f547d6 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Mon Jul 11 11:21:56 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Jul 11 13:31:40 2022 +0200 tdf#149738: Minor inconsistencies in sparkline related UI strings Change-Id: I5b4c31e69743ad519a8bcc99fa3a5a7512a4cc18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136955 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index d953e76d552f..d79914600953 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1092,7 +1092,7 @@ </node> <node oor:name=".uno:InsertSparkline" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Insert Sparkline...</value> + <value xml:lang="en-US">Sparkline...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/sc/uiconfig/scalc/ui/sparklinedialog.ui b/sc/uiconfig/scalc/ui/sparklinedialog.ui index 3a2b9686cc3a..a1e666bfd3c5 100644 --- a/sc/uiconfig/scalc/ui/sparklinedialog.ui +++ b/sc/uiconfig/scalc/ui/sparklinedialog.ui @@ -750,7 +750,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="SparklineDialog|label_AxisMaximum">Vertical maximum</property> + <property name="label" translatable="yes" context="SparklineDialog|label_AxisMaximum">Vertical maximum:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">cbMaxAxisType</property> <property name="xalign">0</property>