diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-06-11 06:23:35 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-06-13 15:34:30 +0200 |
commit | f6f68fc3c599ef1bbc27f1b5a4a0980611502e31 (patch) | |
tree | 6a3499aa3191553238360bf070d843c9637777aa /officecfg | |
parent | 41b8cdd0f4130f60027002f1d6daa9f6169b04d9 (diff) |
tdf#106018 Correct label for frame properties in context menu
Change-Id: Iffec901799fefa8318bdfebe628f697f91e16f99
Reviewed-on: https://gerrit.libreoffice.org/38656
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 0b980cca5a5f..28819bb19e55 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1123,9 +1123,6 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">~Properties...</value> </prop> - <prop oor:name="PopupLabel" oor:type="xs:string"> - <value xml:lang="en-US">~Object...</value> - </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> |