summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-02-26 14:34:46 +0100
committerAndras Timar <andras.timar@collabora.com>2018-02-26 15:19:19 +0100
commit46f3b441b2a240fac828857b5b61131106c59753 (patch)
tree1c642f8348c158f3477882a7caa8f969389a718a /sc
parenteb9e6c87622ef5436abf75a87f4868d5d0e826a1 (diff)
Custom data validation: Add a missing string.
Change-Id: Ief0891d73f0b0ecd0bfdf7092118d795d32d285e Reviewed-on: https://gerrit.libreoffice.org/50366 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com> (cherry picked from commit f2f3944cbf4be87bc4f9045c5f5e21570e7b1213) Reviewed-on: https://gerrit.libreoffice.org/50370 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/src/scstring.src5
1 files changed, 5 insertions, 0 deletions
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." ;