[Libreoffice-commits] core.git: sc/inc

Yousuf Philips philipz85 at hotmail.com
Wed Jul 26 08:09:05 UTC 2017


 sc/inc/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 88dfd1ed710ee2b4b606f18ff5c3f34f626ec394
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Tue Jul 25 23:53:32 2017 +0400

    tdf#99634 Change equal sign tooltip to 'Formula'
    
    Change-Id: Ic1bedf1c6ca7fb2a5346aede6c12a6dab372d189
    Reviewed-on: https://gerrit.libreoffice.org/40431
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc
index 26a6d5e4f2d3..e82b9d1f5362 100644
--- a/sc/inc/strings.hrc
+++ b/sc/inc/strings.hrc
@@ -176,7 +176,7 @@
 #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", "Sum")
-#define SCSTR_QHELP_BTNEQUAL                        NC_("SCSTR_QHELP_BTNEQUAL", "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")
 


More information about the Libreoffice-commits mailing list