diff options
author | Johnny_M <klasse@partyheld.de> | 2020-03-07 12:25:30 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-03-11 15:48:45 +0100 |
commit | 1f85528fdfd0871fd1e2a913c85e1e06e5bac645 (patch) | |
tree | 19370153f2de2754b958b00732b7b953c9049996 /sw/source/uibase/utlui/initui.cxx | |
parent | af4a5ef3afc04d2c5472139e69bf9f56767a20d3 (diff) |
tdf#39674 Translate German variable names
Titel -> Title
Thema -> Subject
In "strings.hrc", translated the defines, but kept the their NC_(...)
translation references to prevent a need to update translations.
Change-Id: Ie8b4a94376495d5e148bc50dcc9902e805deff0d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90156
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'sw/source/uibase/utlui/initui.cxx')
-rw-r--r-- | sw/source/uibase/utlui/initui.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/utlui/initui.cxx b/sw/source/uibase/utlui/initui.cxx index be6c92e29a93..f9567ec4ab45 100644 --- a/sw/source/uibase/utlui/initui.cxx +++ b/sw/source/uibase/utlui/initui.cxx @@ -91,8 +91,8 @@ void InitUI() static const char* FLD_DOCINFO_ARY[] = { - FLD_DOCINFO_TITEL, - FLD_DOCINFO_THEMA, + FLD_DOCINFO_TITLE, + FLD_DOCINFO_SUBJECT, FLD_DOCINFO_KEYS, FLD_DOCINFO_COMMENT, FLD_DOCINFO_CREATE, |