summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-19 14:05:04 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-19 17:56:10 -0400
commit9040ef49f0b2886a51630878c06b2fb9cf94b927 (patch)
treee342d9aaf4a8d3db982e7448792a1ca65325603a /sc/source/ui/src
parent12b2461a45214fe3a62ca20fe05fb2ea90a5fa5c (diff)
cp#1000022: Display message in print preview when there is nothing to show.
To make this experience slightly less confusing. Change-Id: I844dd2cdbc0349433d445955cdcf5e9723673286
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/globstr.src10
1 files changed, 10 insertions, 0 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 82eb914e14db..9897db3a98a0 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -2061,6 +2061,16 @@ Resource RID_GLOBSTR
{
Text [ en-US ] = "click to open hyperlink:";
};
+
+ String STR_PRINT_PREVIEW_NODATA
+ {
+ Text [ en-US ] = "Empty Content";
+ };
+
+ String STR_PRINT_PREVIEW_EMPTY_RANGE
+ {
+ Text [ en-US ] = "Empty Print Range";
+ };
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */