diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2016-09-07 15:27:47 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-07 17:46:22 +0000 |
commit | e75057a4d79d96464ff7ddd1511641b23757a502 (patch) | |
tree | 3f854dc0b6fbd69d315bf751be840011b6a59bc9 /sfx2 | |
parent | 1fc1e8ed0c24ea545658ee6e4aabd40d74b7125f (diff) |
tdf101964 Make the Styles category name translatable in Templates dialog
Change-Id: Ia3a7054d8c8cfc7ae86f11087c1c2d7209bd104a
Reviewed-on: https://gerrit.libreoffice.org/28722
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doctempl.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/doc/doctempl.src b/sfx2/source/doc/doctempl.src index bd7eb9d2457d..c9bea1e3c468 100644 --- a/sfx2/source/doc/doctempl.src +++ b/sfx2/source/doc/doctempl.src @@ -36,6 +36,7 @@ StringArray TEMPLATE_SHORT_NAMES_ARY < "presnt" ; > ; < "misc" ; > ; < "labels" ; > ; + < "styles" ; > ; }; }; @@ -54,6 +55,7 @@ StringArray TEMPLATE_LONG_NAMES_ARY < "Presentations" ; > ; < "Miscellaneous" ; > ; < "Labels" ; > ; + < "Styles" ; > ; }; }; |