From d7f51933c4b01183f7da923b6ee1475a004cc3a5 Mon Sep 17 00:00:00 2001 From: yjw9012 Date: Mon, 30 Dec 2013 10:21:34 -0600 Subject: fdo#72995: Changed label to 'Formula cell must contain a formula.' Change-Id: Iaa8528985935549f0ef1bdc96edfbde7d9b104c9 Reviewed-on: https://gerrit.libreoffice.org/7234 Reviewed-by: Kohei Yoshida Tested-by: Kohei Yoshida --- sc/source/ui/src/globstr.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/src') diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index ee46a95bb2cb..19444701d6dc 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -2047,7 +2047,7 @@ Resource RID_GLOBSTR }; String STR_NOFORMULA { - Text [ en-US ] = "Cell must contain a formula." ; + Text [ en-US ] = "Formula cell must contain a formula." ; }; String STR_INVALIDINPUT { -- cgit