summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2019-05-09 20:46:45 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2019-05-13 11:11:46 +0200
commit022deeb79ef693550ea762c9cc899806ae4b374c (patch)
tree3ea142e56ecde46ccfbb04f1a2b91bdc5cd91882 /sc/inc
parentd1d44e1dde7b1b6001e6b9c672770265ba9cb7db (diff)
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 <Katarina.Behrens@cib.de>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/strings.hrc1
1 files changed, 1 insertions, 0 deletions
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