[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3-desktop' - sc/source

Jan Holesovsky kendy at collabora.com
Mon Feb 26 14:19:39 UTC 2018


 sc/source/ui/src/scstring.src |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 46f3b441b2a240fac828857b5b61131106c59753
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Mon Feb 26 14:34:46 2018 +0100

    Custom data validation: Add a missing string.
    
    Change-Id: Ief0891d73f0b0ecd0bfdf7092118d795d32d285e
    Reviewed-on: https://gerrit.libreoffice.org/50366
    Reviewed-by: Marco Cecchetti <mrcekets at gmail.com>
    Tested-by: Marco Cecchetti <mrcekets at gmail.com>
    (cherry picked from commit f2f3944cbf4be87bc4f9045c5f5e21570e7b1213)
    Reviewed-on: https://gerrit.libreoffice.org/50370
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index e4e7e6ba9198..54880380fcba 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -824,6 +824,11 @@ String SCSTR_SELECT
     Text [ en-US ] = "Selection area";
 };
 
+String SCSTR_VALID_FORMULA
+{
+    Text [ en-US ] = "~Formula";
+};
+
 String STR_NOFORMULASPECIFIED
 {
     Text [ en-US ] = "No formula specified." ;


More information about the Libreoffice-commits mailing list