[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Fri Jun 9 08:27:53 UTC 2017


 sw/source/uibase/ribbar/inputwin.src |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit ba3df202068eaff9d29dfde029b45ba7f3fd1be5
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jun 8 14:42:08 2017 +0100

    missing STR_TBL_FORMULA resource
    
    since
    
    commit c3a98155ed28bd77eff4de3d80ccbcde1e68c828
    Author: Caolán McNamara <caolanm at redhat.com>
    Date:   Tue Oct 11 16:33:17 2016 +0100
    
        de-src writer formula toolbar
    
    Change-Id: I7ab31f19d36102978ac2535da03ed15c14ce5f47
    Reviewed-on: https://gerrit.libreoffice.org/38573
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/uibase/ribbar/inputwin.src b/sw/source/uibase/ribbar/inputwin.src
index a1aa728941ef..8f57dfb894d3 100644
--- a/sw/source/uibase/ribbar/inputwin.src
+++ b/sw/source/uibase/ribbar/inputwin.src
@@ -55,4 +55,9 @@ String STR_ACCESS_FORMULA_TEXT
     Text [ en-US ] = "Formula Text" ;
 };
 
+String STR_TBL_FORMULA
+{
+    Text [ en-US ] = "Text Formula" ;
+};
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list