[Libreoffice-commits] core.git: officecfg/registry svx/source
Yousuf Philips
philipz85 at hotmail.com
Tue Nov 3 02:53:17 PST 2015
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 +-
svx/source/tbxctrls/tbcontrl.src | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c3822aa796616b64b040559c537ee4dcc786f249
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Mon Nov 2 18:54:49 2015 +0400
tdf#86595 Change 'Highlighting' to 'Highlight Color'
Change-Id: I11ef97b4b4589d21afc40e862bb68a512db18831
Reviewed-on: https://gerrit.libreoffice.org/19741
Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index f378a79..ddb9cef 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2205,7 +2205,7 @@
</node>
<node oor:name=".uno:BackColor" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Highlighting</value>
+ <value xml:lang="en-US">Highlight Color</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src
index f6cd746..456496c 100644
--- a/svx/source/tbxctrls/tbcontrl.src
+++ b/svx/source/tbxctrls/tbcontrl.src
@@ -122,7 +122,7 @@ Menu RID_SVX_STYLE_MENU
String RID_SVXSTR_EXTRAS_CHARBACKGROUND
{
- Text [ en-US ] = "Highlighting" ;
+ Text [ en-US ] = "Highlight Color" ;
};
String RID_SVXSTR_CHAR_BACK_COLOR
More information about the Libreoffice-commits
mailing list