diff options
author | Abhyudaya Sharma <sharmaabhyudaya@gmail.com> | 2018-07-04 13:34:36 +0530 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-07-20 13:08:37 +0200 |
commit | 8544730f60b18ec25ed5ff2a939ffb8f1c425c03 (patch) | |
tree | d497a7b51d79a5919d258f17ad7bd8c32b8b5897 /officecfg | |
parent | f61cff7f039153c1296ea823316fbebee6c895a8 (diff) |
tdf#118402 Add ellipsis to New -> Templates
Change-Id: Id79036d8d96748525fedcf366dc6f92b03360e69
Reviewed-on: https://gerrit.libreoffice.org/56926
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 10065e2e6114..5575bbd3d350 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -267,7 +267,7 @@ <value>.uno:NewDoc</value> </prop> <prop oor:name="Title"> - <value xml:lang="en-US">Templates</value> + <value xml:lang="en-US">Templates...</value> </prop> <prop oor:name="TargetName" oor:type="xs:string"> <value>_self</value> |