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 <[email protected]> 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 <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Katarina Behrens <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
