diff options
author | Berk Gureken <berkgureken@gmail.com> | 2016-01-14 21:36:29 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-01-15 06:53:32 +0000 |
commit | b7612e44e1f8dae66a8e64e69079e26e5eaacef2 (patch) | |
tree | 69ddca59663526364149a16f726fa7b437d9e483 | |
parent | 1859acbc7c9f2548f835212f030fd1d09335ae79 (diff) |
tdf96491 - not correct tooltip on icon function in Writer
Change-Id: I1762c36c37992c72c2d24f29a4cf831eec5491b2
Reviewed-on: https://gerrit.libreoffice.org/21479
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r-- | sw/source/uibase/ribbar/inputwin.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/ribbar/inputwin.src b/sw/source/uibase/ribbar/inputwin.src index d228bbeed267..03ef36e71de1 100644 --- a/sw/source/uibase/ribbar/inputwin.src +++ b/sw/source/uibase/ribbar/inputwin.src @@ -40,7 +40,7 @@ ToolBox RID_TBX_FORMULA Identifier = FN_FORMULA_CALC ; HelpId = HID_TBX_FORMULA_CALC ; DropDown = TRUE ; - Text [ en-US ] = "Formula" ; + Text [ en-US ] = "Functions" ; }; ToolBoxItem { |