officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 603713b6da00dafee9f6d218ad22126a65e3edc3 Author: Sampath-1984 <[email protected]> AuthorDate: Sun Nov 2 18:40:14 2025 +0530 Commit: Heiko Tietze <[email protected]> CommitDate: Sat Nov 8 07:55:09 2025 +0100 tdf#168525 Change "Text from file..." to "Contents from Text Document..." Change the label for '<node oor:name=".uno:InsertDoc" oor:op="replace">' in the file 'officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu' Change-Id: I6fb1b6fcd36be05ea21183fe9ab9e676be1ab4d0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193301 Reviewed-by: Heiko Tietze <[email protected]> Tested-by: Jenkins diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index a9c5d7832fd3..0ce4a0cb3972 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3195,7 +3195,7 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 </node> <node oor:name=".uno:InsertDoc" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Text from File...</value> + <value xml:lang="en-US">Content from Document...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value>
