diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2022-09-14 23:10:31 +0900 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-09-23 21:54:57 +0200 |
commit | 93e0ce447ce2e913995800d45614dfc74d80b2b5 (patch) | |
tree | bb0fc549769974fd40423031d385c54b197495b2 /sc/inc | |
parent | 4978c106cfffa4be63f3281b84e3aa80f56c0278 (diff) |
Rename #define
Rename SCSTR_FILTER_TEXT_COLOR_COND to SCSTR_FILTER_FONT_COLOR_COND according to UI string changes (https://gerrit.libreoffice.org/c/core/+/137087).
Change-Id: I34a707e4924299fccbbb3dcd9580de100221a012
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139943
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc index 1d45fc0d7647..24a40a41ef57 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -39,7 +39,7 @@ #define SCSTR_FILTER_COLOR NC_("SCSTR_FILTER_COLOR", "Filter by Color") #define SCSTR_FILTER_CONDITION NC_("SCSTR_FILTER_CONDITION", "Filter by Condition") // This must match the translation of the same strings of standardfilterdialog|cond -#define SCSTR_FILTER_TEXT_COLOR_COND NC_("STANDARDFILTERDIALOG_COND", "Font color") +#define SCSTR_FILTER_FONT_COLOR_COND NC_("STANDARDFILTERDIALOG_COND", "Font color") #define SCSTR_FILTER_BACKGROUND_COLOR_COND NC_("STANDARDFILTERDIALOG_COND", "Background color") #define SCSTR_FILTER_NO_FILL NC_("SCSTR_FILTER_NO_FILL", "No Fill") #define SCSTR_FILTER_AUTOMATIC_COLOR NC_("SCSTR_FILTER_AUTOMATIC_COLOR", "Automatic") |