diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2019-07-16 11:20:01 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2019-07-17 05:36:40 +0200 |
commit | 6d1e550df7fc4f710e15b6f5d63a58587a952378 (patch) | |
tree | 95ef59af4ee2814fbff33d00f99247371a6a5f8d /sc/inc | |
parent | c738be4de6886a0c96b7d10df7e78c8b2964c135 (diff) |
tdf#126315 - Tooltip for drop-down widget in Formula bar
Change-Id: If2379ab939f6f9bffeddfab64ac2c6da927e841b
Reviewed-on: https://gerrit.libreoffice.org/75691
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
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 4e92de3d7091..128de8f042c4 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -177,7 +177,7 @@ #define SCSTR_QHELP_BTNCALC NC_("SCSTR_QHELP_BTNCALC", "Function Wizard") #define SCSTR_QHELP_BTNOK NC_("SCSTR_QHELP_BTNOK", "Accept") #define SCSTR_QHELP_BTNCANCEL NC_("SCSTR_QHELP_BTNCANCEL", "Cancel") -#define SCSTR_QHELP_BTNSUM NC_("SCSTR_QHELP_BTNSUM", "Autosum") +#define SCSTR_QHELP_BTNSUM NC_("SCSTR_QHELP_BTNSUM", "Select Function") #define SCSTR_QHELP_BTNEQUAL NC_("SCSTR_QHELP_BTNEQUAL", "Formula") #define SCSTR_QHELP_EXPAND_FORMULA NC_("SCSTR_QHELP_EXPAND_FORMULA", "Expand Formula Bar") #define SCSTR_QHELP_COLLAPSE_FORMULA NC_("SCSTR_QHELP_COLLAPSE_FORMULA", "Collapse Formula Bar") |