diff options
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 | ||||
-rw-r--r-- | sfx2/source/doc/templatedlg.cxx | 4 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/templatedlg.ui | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 1c848eb94e1a..52fc8f15241d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6016,7 +6016,7 @@ </node> <node oor:name=".uno:TemplateManager" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Template Manager</value> + <value xml:lang="en-US">Templates</value> </prop> </node> <node oor:name=".uno:TemplateMenu" oor:op="replace"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index caaa20a9287d..10461b5f0322 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5769,12 +5769,12 @@ </prop> <prop oor:name="TemplateRepositoryUrls" oor:type="oor:string-list" oor:nillable="false"> <info> - <desc>List of template repositories URLs bookmarked in the template manager dialog.</desc> + <desc>List of template repositories URLs bookmarked in the Templates dialog.</desc> </info> </prop> <prop oor:name="TemplateRepositoryNames" oor:type="oor:string-list" oor:nillable="false"> <info> - <desc>List of template repositories names bookmarked in the template manager dialog.</desc> + <desc>List of template repositories names bookmarked in the Templates dialog.</desc> </info> </prop> <prop oor:name="FilePickerPlacesUrls" oor:type="oor:string-list" oor:nillable="false"> diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx index 2b4f9b3daf6c..d1a52682a9c1 100644 --- a/sfx2/source/doc/templatedlg.cxx +++ b/sfx2/source/doc/templatedlg.cxx @@ -290,7 +290,7 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg(vcl::Window *parent) createRepositoryMenu(); createDefaultTemplateMenu(); - //setSaveMode(); //Uncomment this line to put template manager into Save As mode + //setSaveMode(); //Uncomment this line to put templates dialog into Save As mode mpLocalView->Populate(); mpCurView->filterItems(ViewFilter_Application(FILTER_APPLICATION::WRITER)); @@ -352,7 +352,7 @@ void SfxTemplateManagerDlg::setSaveMode() // only with .src dialogs, as the tab pages could have existed even // without TabControl containing them. This is not possible with .ui // definitions any more (and rightly so!), so leave just one tab here for - // now, until we do a bigger Template manager rework. + // now, until we do a bigger rework of the templates dialog. while (mpTabControl->GetPageCount() > 1) mpTabControl->RemovePage(mpTabControl->GetPageId(1)); diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui index 0517ea32aa5f..858a54657a01 100644 --- a/sfx2/uiconfig/ui/templatedlg.ui +++ b/sfx2/uiconfig/ui/templatedlg.ui @@ -8,7 +8,7 @@ <property name="height_request">600</property> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="title" translatable="yes">Template Manager</property> + <property name="title" translatable="yes">Templates</property> <property name="modal">True</property> <property name="type_hint">normal</property> <child internal-child="vbox"> |