From 022deeb79ef693550ea762c9cc899806ae4b374c Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Thu, 9 May 2019 20:46:45 +0200 Subject: Make it more obvious that there are no named ranges and thus the selected doc can't be used as the source of external data for this sheet. In other words, help the user figure out why is OK button disabled Change-Id: Ie1b999c9c3640397e9f6f6ee321d3a5a5d63fa3b Reviewed-on: https://gerrit.libreoffice.org/72075 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- sc/inc/strings.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc') diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc index 3a5e2710aed0..d5685ed3c626 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -370,6 +370,7 @@ #define STR_NO_USER_DATA_AVAILABLE NC_("sharedocumentdlg|nouserdata", "No user data available.") #define STR_EXCLUSIVE_ACCESS NC_("sharedocumentdlg|exclusive", "(exclusive access)") +#define STR_NO_NAMED_RANGES_AVAILABLE NC_("STR_NO_NAMED_RANGES_AVAILABLE", "No named ranges available in the selected document") #endif -- cgit