diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-04-29 13:05:08 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-04-29 14:20:33 +0000 |
commit | a308454241487971a773a8c4d55106b1907ac793 (patch) | |
tree | e9fb49b789b7fb53b7361233cb65c70d5e975919 /officecfg | |
parent | 9f0e3802e621fb02efde1778c151b93630cdd2fa (diff) |
Template Manager -> Templates
As agreed in the design team.
Most places already use "Templates".
Change-Id: I6186546883059bf0308fabd61b162eb649647ec9
Reviewed-on: https://gerrit.libreoffice.org/24493
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-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 |
2 files changed, 3 insertions, 3 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"> |