diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index 2ba88b4775a4..c98ebc103b10 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -604,10 +604,10 @@ <!-- OldLocation: Soffice.cfg --> <!-- UIHints: Tools - Options - Presentation Other [Section] New document --> <info> - <desc>Indicates whether to show the autopilot when creating a new presentation.</desc> - <label>Start with AutoPilots</label> + <desc>Indicates whether to show the template selection when creating a new presentation.</desc> + <label>Start with Template Manager</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="Layout" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Impress/Other/New_Doc --> |