diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-16 16:29:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-17 14:01:22 +0100 |
commit | 32aa44e928ceb5194e37ad0a4fb2f38f1c7371c2 (patch) | |
tree | f168845281e81bc5c76ebe2b049f378d421114fd /sc | |
parent | 037d5454a39260635aeb7064ac32c7a485af8197 (diff) |
use title case for "No Fill" like "Not Empty"
Change-Id: If044b8de9a5400b6db61537519afcf5f18dd1cb2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125321
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-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 ff7094dae69f..59e1efd14b02 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -37,7 +37,7 @@ #define SCSTR_FILTER_NOTEMPTY NC_("SCSTR_FILTER_NOTEMPTY", "Not Empty") #define SCSTR_FILTER_TEXT_COLOR NC_("SCSTR_FILTER_TEXT_COLOR", "Text color") #define SCSTR_FILTER_BACKGROUND_COLOR NC_("SCSTR_FILTER_BACKGROUND_COLOR", "Background color") -#define SCSTR_FILTER_NO_FILL NC_("SCSTR_FILTER_NO_FILL", "No fill") +#define SCSTR_FILTER_NO_FILL NC_("SCSTR_FILTER_NO_FILL", "No Fill") #define SCSTR_FILTER_AUTOMATIC_COLOR NC_("SCSTR_FILTER_AUTOMATIC_COLOR", "Automatic") #define SCSTR_NONAME NC_("SCSTR_NONAME", "unnamed") #define SCSTR_INSERT_RTL NC_("SCSTR_INSERT_RTL", "Shift cells left") |